#BBDDFC

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

Shades of Pale Cornflower Blue #BBDDFC

Tints of Pale Cornflower Blue #BBDDFC

Color information

#BBDDFC (or 0xBBDDFC) is unknown color: approx Pale Cornflower Blue. HEX triplet: BB, DD and FC. RGB value is (187,221,252). Sum of RGB (Red+Green+Blue) = 187+221+252=660 (87% of max value = 765). Red value is 187 (73.44% from 255 or 28.33% from 660); Green value is 221 (86.72% from 255 or 33.48% from 660); Blue value is 252 (98.83% from 255 or 38.18% from 660); Max value from RGB is 252 - color contains mainly: blue. Hex color #BBDDFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBDDFC is #442203. Grayscale: #D6D6D6. Windows color (decimal): -4465156 or 16571835. OLE color: 16571835.

HSL color Cylindrical-coordinate representation of color #BBDDFC: hue angle of 208.62º degrees, saturation: 0.92, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BBDDFC is Cyan = 0.26, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB187221252-
CMYK0.260.1200.01
HSL208.62º91.55%86.08%-
HSV(B)208.62º25.79%98.82%-
XYZ63.9269.31102.1-
YUV214.37149.24108.48-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 28.33%
GREEN value IS 221 (86.72% from 255) = 33.48%
BLUE value IS 252 (98.83% from 255) = 38.18%
R=28.33%
G=33.48%
B=38.18%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1872212520.260.1200.01208.6291.5586.08
HexBBDDFC1AC01d15c56
Octal273335374321401321134126
Binary101110111101110111111100110101100011101000110111001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBDDFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBDDFC; }

 p { color: rgb(187,221,252); }

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

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

 a { background-color: rgb(187,221,252); }

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

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

 span { border-color: rgb(187,221,252); }

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