#BBDEF9

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

Shades of Pale Cornflower Blue #BBDEF9

Tints of Pale Cornflower Blue #BBDEF9

Color information

#BBDEF9 (or 0xBBDEF9) is unknown color: approx Pale Cornflower Blue. HEX triplet: BB, DE and F9. RGB value is (187,222,249). Sum of RGB (Red+Green+Blue) = 187+222+249=658 (87% of max value = 765). Red value is 187 (73.44% from 255 or 28.42% from 658); Green value is 222 (87.11% from 255 or 33.74% from 658); Blue value is 249 (97.66% from 255 or 37.84% from 658); Max value from RGB is 249 - color contains mainly: blue. Hex color #BBDEF9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBDEF9 is #442106. Grayscale: #D6D6D6. Windows color (decimal): -4464903 or 16375483. OLE color: 16375483.

HSL color Cylindrical-coordinate representation of color #BBDEF9: hue angle of 206.13º degrees, saturation: 0.84, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BBDEF9 is Cyan = 0.25, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB187222249-
CMYK0.250.1100.02
HSL206.13º83.78%85.49%-
HSV(B)206.13º24.9%97.65%-
XYZ63.7169.6599.71-
YUV214.61147.4108.3-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 28.42%
GREEN value IS 222 (87.11% from 255) = 33.74%
BLUE value IS 249 (97.66% from 255) = 37.84%
R=28.42%
G=33.74%
B=37.84%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1872222490.250.1100.02206.1383.7885.49
HexBBDEF919B02ce5455
Octal273336371311302316124125
Binary1011101111011110111110011100110110101100111010101001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBDEF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBDEF9; }

 p { color: rgb(187,222,249); }

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

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

 a { background-color: rgb(187,222,249); }

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

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

 span { border-color: rgb(187,222,249); }

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