#BBD4EE

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

Shades of Pale Cornflower Blue #BBD4EE

Tints of Pale Cornflower Blue #BBD4EE

Color information

#BBD4EE (or 0xBBD4EE) is unknown color: approx Pale Cornflower Blue. HEX triplet: BB, D4 and EE. RGB value is (187,212,238). Sum of RGB (Red+Green+Blue) = 187+212+238=637 (84% of max value = 765). Red value is 187 (73.44% from 255 or 29.36% from 637); Green value is 212 (83.20% from 255 or 33.28% from 637); Blue value is 238 (93.36% from 255 or 37.36% from 637); Max value from RGB is 238 - color contains mainly: blue. Hex color #BBD4EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBD4EE is #442B11. Grayscale: #CFCFCF. Windows color (decimal): -4467474 or 15652027. OLE color: 15652027.

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

Color convert

RGB187212238-
CMYK0.210.1100.07
HSL210.59º60%83.33%-
HSV(B)210.59º21.43%93.33%-
XYZ59.4763.8290.07-
YUV207.49145.22113.39-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 29.36%
GREEN value IS 212 (83.20% from 255) = 33.28%
BLUE value IS 238 (93.36% from 255) = 37.36%
R=29.36%
G=33.28%
B=37.36%

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
Decimal1872122380.210.1100.07210.596083.33
HexBBD4EE15B07d33c53
Octal27332435625130732374123
Binary1011101111010100111011101010110110111110100111111001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBD4EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBD4EE; }

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

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

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

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

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

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

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

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