#BBDDEC

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

Shades of Light Blue #BBDDEC

Tints of Light Blue #BBDDEC

Color information

#BBDDEC (or 0xBBDDEC) is unknown color: approx Light Blue. HEX triplet: BB, DD and EC. RGB value is (187,221,236). Sum of RGB (Red+Green+Blue) = 187+221+236=644 (85% of max value = 765). Red value is 187 (73.44% from 255 or 29.04% from 644); Green value is 221 (86.72% from 255 or 34.32% from 644); Blue value is 236 (92.58% from 255 or 36.65% from 644); Max value from RGB is 236 - color contains mainly: blue. Hex color #BBDDEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBDDEC is #442213. Grayscale: #D4D4D4. Windows color (decimal): -4465172 or 15523259. OLE color: 15523259.

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

Color convert

RGB187221236-
CMYK0.210.0600.07
HSL198.37º56.32%82.94%-
HSV(B)198.37º20.76%92.55%-
XYZ61.4968.3389.31-
YUV212.54141.24109.78-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 29.04%
GREEN value IS 221 (86.72% from 255) = 34.32%
BLUE value IS 236 (92.58% from 255) = 36.65%
R=29.04%
G=34.32%
B=36.65%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1872212360.210.0600.07198.3756.3282.94
HexBBDDEC15607c63853
Octal2733353542560730670123
Binary101110111101110111101100101011100111110001101110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBDDEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBDDEC; }

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

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

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

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

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

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

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

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