#BBD9EE

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

Shades of Pale Cornflower Blue #BBD9EE

Tints of Pale Cornflower Blue #BBD9EE

Color information

#BBD9EE (or 0xBBD9EE) is unknown color: approx Pale Cornflower Blue. HEX triplet: BB, D9 and EE. RGB value is (187,217,238). Sum of RGB (Red+Green+Blue) = 187+217+238=642 (85% of max value = 765). Red value is 187 (73.44% from 255 or 29.13% from 642); Green value is 217 (85.16% from 255 or 33.80% from 642); Blue value is 238 (93.36% from 255 or 37.07% from 642); Max value from RGB is 238 - color contains mainly: blue. Hex color #BBD9EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBD9EE is #442611. Grayscale: #D2D2D2. Windows color (decimal): -4466194 or 15653307. OLE color: 15653307.

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

Color convert

RGB187217238-
CMYK0.210.0900.07
HSL204.71º60%83.33%-
HSV(B)204.71º21.43%93.33%-
XYZ60.7466.3690.5-
YUV210.42143.56111.29-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 29.13%
GREEN value IS 217 (85.16% from 255) = 33.80%
BLUE value IS 238 (93.36% from 255) = 37.07%
R=29.13%
G=33.80%
B=37.07%

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
Decimal1872172380.210.0900.07204.716083.33
HexBBD9EE15907cd3c53
Octal27333135625110731574123
Binary1011101111011001111011101010110010111110011011111001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBD9EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBD9EE; }

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

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

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

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

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

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

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

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