#BDD9FB

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

Shades of Pale Cornflower Blue #BDD9FB

Tints of Pale Cornflower Blue #BDD9FB

Color information

#BDD9FB (or 0xBDD9FB) is unknown color: approx Pale Cornflower Blue. HEX triplet: BD, D9 and FB. RGB value is (189,217,251). Sum of RGB (Red+Green+Blue) = 189+217+251=657 (87% of max value = 765). Red value is 189 (74.22% from 255 or 28.77% from 657); Green value is 217 (85.16% from 255 or 33.03% from 657); Blue value is 251 (98.44% from 255 or 38.20% from 657); Max value from RGB is 251 - color contains mainly: blue. Hex color #BDD9FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDD9FB is #422604. Grayscale: #D4D4D4. Windows color (decimal): -4335109 or 16505277. OLE color: 16505277.

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

Color convert

RGB189217251-
CMYK0.250.1400.02
HSL212.9º88.57%86.27%-
HSV(B)212.9º24.7%98.43%-
XYZ63.2167.41100.95-
YUV212.5149.72111.24-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 28.77%
GREEN value IS 217 (85.16% from 255) = 33.03%
BLUE value IS 251 (98.44% from 255) = 38.20%
R=28.77%
G=33.03%
B=38.20%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1892172510.250.1400.02212.988.5786.27
HexBDD9FB19E02d55956
Octal275331373311602325131126
Binary1011110111011001111110111100111100101101010110110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDD9FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDD9FB; }

 p { color: rgb(189,217,251); }

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

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

 a { background-color: rgb(189,217,251); }

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

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

 span { border-color: rgb(189,217,251); }

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