#BBD6EE

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

Shades of Pale Cornflower Blue #BBD6EE

Tints of Pale Cornflower Blue #BBD6EE

Color information

#BBD6EE (or 0xBBD6EE) is unknown color: approx Pale Cornflower Blue. HEX triplet: BB, D6 and EE. RGB value is (187,214,238). Sum of RGB (Red+Green+Blue) = 187+214+238=639 (84% of max value = 765). Red value is 187 (73.44% from 255 or 29.26% from 639); Green value is 214 (83.98% from 255 or 33.49% from 639); Blue value is 238 (93.36% from 255 or 37.25% from 639); Max value from RGB is 238 - color contains mainly: blue. Hex color #BBD6EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBD6EE is #442911. Grayscale: #D0D0D0. Windows color (decimal): -4466962 or 15652539. OLE color: 15652539.

HSL color Cylindrical-coordinate representation of color #BBD6EE: hue angle of 208.24º degrees, saturation: 0.6, 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 #BBD6EE is Cyan = 0.21, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB187214238-
CMYK0.210.1000.07
HSL208.24º60%83.33%-
HSV(B)208.24º21.43%93.33%-
XYZ59.9764.8390.24-
YUV208.66144.55112.55-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 29.26%
GREEN value IS 214 (83.98% from 255) = 33.49%
BLUE value IS 238 (93.36% from 255) = 37.25%
R=29.26%
G=33.49%
B=37.25%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1872142380.210.1000.07208.246083.33
HexBBD6EE15A07d03c53
Octal27332635625120732074123
Binary1011101111010110111011101010110100111110100001111001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBD6EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBD6EE; }

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

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

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

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

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

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

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

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