#BBD6EC

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

Shades of Pale Cornflower Blue #BBD6EC

Tints of Pale Cornflower Blue #BBD6EC

Color information

#BBD6EC (or 0xBBD6EC) is unknown color: approx Pale Cornflower Blue. HEX triplet: BB, D6 and EC. RGB value is (187,214,236). Sum of RGB (Red+Green+Blue) = 187+214+236=637 (84% of max value = 765). Red value is 187 (73.44% from 255 or 29.36% from 637); Green value is 214 (83.98% from 255 or 33.59% from 637); Blue value is 236 (92.58% from 255 or 37.05% from 637); Max value from RGB is 236 - color contains mainly: blue. Hex color #BBD6EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBD6EC is #442913. Grayscale: #D0D0D0. Windows color (decimal): -4466964 or 15521467. OLE color: 15521467.

HSL color Cylindrical-coordinate representation of color #BBD6EC: hue angle of 206.94º degrees, saturation: 0.56, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BBD6EC is Cyan = 0.21, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB187214236-
CMYK0.210.0900.07
HSL206.94º56.32%82.94%-
HSV(B)206.94º20.76%92.55%-
XYZ59.6864.7188.7-
YUV208.44143.55112.71-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 29.36%
GREEN value IS 214 (83.98% from 255) = 33.59%
BLUE value IS 236 (92.58% from 255) = 37.05%
R=29.36%
G=33.59%
B=37.05%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1872142360.210.0900.07206.9456.3282.94
HexBBD6EC15907cf3853
Octal27332635425110731770123
Binary1011101111010110111011001010110010111110011111110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBD6EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBD6EC; }

 p { color: rgb(187,214,236); }

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

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

 a { background-color: rgb(187,214,236); }

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

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

 span { border-color: rgb(187,214,236); }

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