#BDDCF9

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

Shades of Pale Cornflower Blue #BDDCF9

Tints of Pale Cornflower Blue #BDDCF9

Color information

#BDDCF9 (or 0xBDDCF9) is unknown color: approx Pale Cornflower Blue. HEX triplet: BD, DC and F9. RGB value is (189,220,249). Sum of RGB (Red+Green+Blue) = 189+220+249=658 (87% of max value = 765). Red value is 189 (74.22% from 255 or 28.72% from 658); Green value is 220 (86.33% from 255 or 33.43% 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 #BDDCF9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDDCF9 is #422306. Grayscale: #D5D5D5. Windows color (decimal): -4334343 or 16374973. OLE color: 16374973.

HSL color Cylindrical-coordinate representation of color #BDDCF9: hue angle of 209º 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 #BDDCF9 is Cyan = 0.24, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB189220249-
CMYK0.240.1200.02
HSL209º83.33%85.88%-
HSV(B)209º24.1%97.65%-
XYZ63.6868.8499.55-
YUV214.04147.73110.14-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 28.72%
GREEN value IS 220 (86.33% from 255) = 33.43%
BLUE value IS 249 (97.66% from 255) = 37.84%
R=28.72%
G=33.43%
B=37.84%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1892202490.240.1200.0220983.3385.88
HexBDDCF918C02d15356
Octal275334371301402321123126
Binary1011110111011100111110011100011000101101000110100111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDDCF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDDCF9; }

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

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

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

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

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

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

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

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