#BBDDEE

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

Shades of Light Blue #BBDDEE

Tints of Light Blue #BBDDEE

Color information

#BBDDEE (or 0xBBDDEE) is unknown color: approx Light Blue. HEX triplet: BB, DD and EE. RGB value is (187,221,238). Sum of RGB (Red+Green+Blue) = 187+221+238=646 (85% of max value = 765). Red value is 187 (73.44% from 255 or 28.95% from 646); Green value is 221 (86.72% from 255 or 34.21% from 646); Blue value is 238 (93.36% from 255 or 36.84% from 646); Max value from RGB is 238 - color contains mainly: blue. Hex color #BBDDEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBDDEE is #442211. Grayscale: #D4D4D4. Windows color (decimal): -4465170 or 15654331. OLE color: 15654331.

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

Color convert

RGB187221238-
CMYK0.210.0700.07
HSL200º60%83.33%-
HSV(B)200º21.43%93.33%-
XYZ61.7868.4590.84-
YUV212.77142.24109.62-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 28.95%
GREEN value IS 221 (86.72% from 255) = 34.21%
BLUE value IS 238 (93.36% from 255) = 36.84%
R=28.95%
G=34.21%
B=36.84%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1872212380.210.0700.072006083.33
HexBBDDEE15707c83c53
Octal2733353562570731074123
Binary101110111101110111101110101011110111110010001111001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBDDEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBDDEE; }

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

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

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

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

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

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

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

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