#BDDDFB

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

Shades of Pale Cornflower Blue #BDDDFB

Tints of Pale Cornflower Blue #BDDDFB

Color information

#BDDDFB (or 0xBDDDFB) is unknown color: approx Pale Cornflower Blue. HEX triplet: BD, DD and FB. RGB value is (189,221,251). Sum of RGB (Red+Green+Blue) = 189+221+251=661 (87% of max value = 765). Red value is 189 (74.22% from 255 or 28.59% from 661); Green value is 221 (86.72% from 255 or 33.43% from 661); Blue value is 251 (98.44% from 255 or 37.97% from 661); Max value from RGB is 251 - color contains mainly: blue. Hex color #BDDDFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDDDFB is #422204. Grayscale: #D6D6D6. Windows color (decimal): -4334085 or 16506301. OLE color: 16506301.

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

Color convert

RGB189221251-
CMYK0.250.1200.02
HSL209.03º88.57%86.27%-
HSV(B)209.03º24.7%98.43%-
XYZ64.2669.5101.29-
YUV214.85148.4109.56-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 28.59%
GREEN value IS 221 (86.72% from 255) = 33.43%
BLUE value IS 251 (98.44% from 255) = 37.97%
R=28.59%
G=33.43%
B=37.97%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1892212510.250.1200.02209.0388.5786.27
HexBDDDFB19C02d15956
Octal275335373311402321131126
Binary1011110111011101111110111100111000101101000110110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDDDFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDDDFB; }

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

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

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

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

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

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

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

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