#B0D4FA

Color #B0D4FA Pale Cornflower Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pale Cornflower Blue #B0D4FA

Tints of Pale Cornflower Blue #B0D4FA

Color information

#B0D4FA (or 0xB0D4FA) is unknown color: approx Pale Cornflower Blue. HEX triplet: B0, D4 and FA. RGB value is (176,212,250). Sum of RGB (Red+Green+Blue) = 176+212+250=638 (84% of max value = 765). Red value is 176 (69.14% from 255 or 27.59% from 638); Green value is 212 (83.20% from 255 or 33.23% from 638); Blue value is 250 (98.05% from 255 or 39.18% from 638); Max value from RGB is 250 - color contains mainly: blue. Hex color #B0D4FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B0D4FA is #4F2B05. Grayscale: #CDCDCD. Windows color (decimal): -5188358 or 16438448. OLE color: 16438448.

HSL color Cylindrical-coordinate representation of color #B0D4FA: hue angle of 210.81º degrees, saturation: 0.88, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B0D4FA is Cyan = 0.30, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB176212250-
CMYK0.300.1500.02
HSL210.81º88.1%83.53%-
HSV(B)210.81º29.6%98.04%-
XYZ58.763.2299.55-
YUV205.57153.07106.91-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 176 (69.14% from 255) = 27.59%
GREEN value IS 212 (83.20% from 255) = 33.23%
BLUE value IS 250 (98.05% from 255) = 39.18%
R=27.59%
G=33.23%
B=39.18%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1762122500.300.1500.02210.8188.183.53
HexB0D4FA1EF02d35854
Octal260324372361702323130124
Binary1011000011010100111110101111011110101101001110110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0D4FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0D4FA; }

 p { color: rgb(176,212,250); }

 H1.HeaderClassName
 {
   color: #B0D4FA;
 }
 .AnyTagClassName
 {
   color: #B0D4FA;
 }
</style>
background-color css

<style>
 a { background-color: #B0D4FA; }

 a { background-color: rgb(176,212,250); }

 div.DivClassName
 {
   background-color: #B0D4FA;
 }
 .BgClassName
 {
   background-color: #B0D4FA;
 }
</style>
border-color css

<style>
 span { border-color: #B0D4FA; }

 span { border-color: rgb(176,212,250); }

 td.TdClassName
 {
   border-color: #B0D4FA;
 }
 .TagClassName
 {
   border-color: #B0D4FA;
 }
</style>