#B9D4EA

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

Shades of Pale Cornflower Blue #B9D4EA

Tints of Pale Cornflower Blue #B9D4EA

Color information

#B9D4EA (or 0xB9D4EA) is unknown color: approx Pale Cornflower Blue. HEX triplet: B9, D4 and EA. RGB value is (185,212,234). Sum of RGB (Red+Green+Blue) = 185+212+234=631 (83% of max value = 765). Red value is 185 (72.66% from 255 or 29.32% from 631); Green value is 212 (83.20% from 255 or 33.60% from 631); Blue value is 234 (91.80% from 255 or 37.08% from 631); Max value from RGB is 234 - color contains mainly: blue. Hex color #B9D4EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B9D4EA is #462B15. Grayscale: #CECECE. Windows color (decimal): -4598550 or 15389881. OLE color: 15389881.

HSL color Cylindrical-coordinate representation of color #B9D4EA: hue angle of 206.94º degrees, saturation: 0.54, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B9D4EA is Cyan = 0.21, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB185212234-
CMYK0.210.0900.08
HSL206.94º53.85%82.16%-
HSV(B)206.94º20.94%91.76%-
XYZ58.463.3486.99-
YUV206.44143.55112.71-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 29.32%
GREEN value IS 212 (83.20% from 255) = 33.60%
BLUE value IS 234 (91.80% from 255) = 37.08%
R=29.32%
G=33.60%
B=37.08%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1852122340.210.0900.08206.9453.8582.16
HexB9D4EA15908cf3652
Octal271324352251101031766122
Binary10111001110101001110101010101100101000110011111101101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9D4EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9D4EA; }

 p { color: rgb(185,212,234); }

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

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

 a { background-color: rgb(185,212,234); }

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

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

 span { border-color: rgb(185,212,234); }

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