#BBD5EE

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

Shades of Pale Cornflower Blue #BBD5EE

Tints of Pale Cornflower Blue #BBD5EE

Color information

#BBD5EE (or 0xBBD5EE) is unknown color: approx Pale Cornflower Blue. HEX triplet: BB, D5 and EE. RGB value is (187,213,238). Sum of RGB (Red+Green+Blue) = 187+213+238=638 (84% of max value = 765). Red value is 187 (73.44% from 255 or 29.31% from 638); Green value is 213 (83.59% from 255 or 33.39% from 638); Blue value is 238 (93.36% from 255 or 37.30% from 638); Max value from RGB is 238 - color contains mainly: blue. Hex color #BBD5EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBD5EE is #442A11. Grayscale: #CFCFCF. Windows color (decimal): -4467218 or 15652283. OLE color: 15652283.

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

Color convert

RGB187213238-
CMYK0.210.1100.07
HSL209.41º60%83.33%-
HSV(B)209.41º21.43%93.33%-
XYZ59.7264.3390.16-
YUV208.08144.89112.97-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 29.31%
GREEN value IS 213 (83.59% from 255) = 33.39%
BLUE value IS 238 (93.36% from 255) = 37.30%
R=29.31%
G=33.39%
B=37.30%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1872132380.210.1100.07209.416083.33
HexBBD5EE15B07d13c53
Octal27332535625130732174123
Binary1011101111010101111011101010110110111110100011111001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBD5EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBD5EE; }

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

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

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

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

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

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

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

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