#BBDDE9

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

Shades of Light Blue #BBDDE9

Tints of Light Blue #BBDDE9

Color information

#BBDDE9 (or 0xBBDDE9) is unknown color: approx Light Blue. HEX triplet: BB, DD and E9. RGB value is (187,221,233). Sum of RGB (Red+Green+Blue) = 187+221+233=641 (84% of max value = 765). Red value is 187 (73.44% from 255 or 29.17% from 641); Green value is 221 (86.72% from 255 or 34.48% from 641); Blue value is 233 (91.41% from 255 or 36.35% from 641); Max value from RGB is 233 - color contains mainly: blue. Hex color #BBDDE9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBDDE9 is #442216. Grayscale: #D4D4D4. Windows color (decimal): -4465175 or 15326651. OLE color: 15326651.

HSL color Cylindrical-coordinate representation of color #BBDDE9: hue angle of 195.65º degrees, saturation: 0.51, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BBDDE9 is Cyan = 0.20, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB187221233-
CMYK0.200.0500.09
HSL195.65º51.11%82.35%-
HSV(B)195.65º19.74%91.37%-
XYZ61.0668.1687.03-
YUV212.2139.74110.02-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 29.17%
GREEN value IS 221 (86.72% from 255) = 34.48%
BLUE value IS 233 (91.41% from 255) = 36.35%
R=29.17%
G=34.48%
B=36.35%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1872212330.200.0500.09195.6551.1182.35
HexBBDDE914509c43352
Octal27333535124501130463122
Binary1011101111011101111010011010010101001110001001100111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBDDE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBDDE9; }

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

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

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

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

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

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

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

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