#BDDDF9

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

Shades of Pale Cornflower Blue #BDDDF9

Tints of Pale Cornflower Blue #BDDDF9

Color information

#BDDDF9 (or 0xBDDDF9) is unknown color: approx Pale Cornflower Blue. HEX triplet: BD, DD and F9. RGB value is (189,221,249). Sum of RGB (Red+Green+Blue) = 189+221+249=659 (87% of max value = 765). Red value is 189 (74.22% from 255 or 28.68% from 659); Green value is 221 (86.72% from 255 or 33.54% from 659); Blue value is 249 (97.66% from 255 or 37.78% from 659); Max value from RGB is 249 - color contains mainly: blue. Hex color #BDDDF9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDDDF9 is #422206. Grayscale: #D6D6D6. Windows color (decimal): -4334087 or 16375229. OLE color: 16375229.

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

Color convert

RGB189221249-
CMYK0.240.1100.02
HSL208º83.33%85.88%-
HSV(B)208º24.1%97.65%-
XYZ63.9469.3799.64-
YUV214.62147.4109.72-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 28.68%
GREEN value IS 221 (86.72% from 255) = 33.54%
BLUE value IS 249 (97.66% from 255) = 37.78%
R=28.68%
G=33.54%
B=37.78%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1892212490.240.1100.0220883.3385.88
HexBDDDF918B02d05356
Octal275335371301302320123126
Binary1011110111011101111110011100010110101101000010100111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDDDF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDDDF9; }

 p { color: rgb(189,221,249); }

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

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

 a { background-color: rgb(189,221,249); }

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

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

 span { border-color: rgb(189,221,249); }

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