#BBDBE9

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

Shades of Light Blue #BBDBE9

Tints of Light Blue #BBDBE9

Color information

#BBDBE9 (or 0xBBDBE9) is unknown color: approx Light Blue. HEX triplet: BB, DB and E9. RGB value is (187,219,233). Sum of RGB (Red+Green+Blue) = 187+219+233=639 (84% of max value = 765). Red value is 187 (73.44% from 255 or 29.26% from 639); Green value is 219 (85.94% from 255 or 34.27% from 639); Blue value is 233 (91.41% from 255 or 36.46% from 639); Max value from RGB is 233 - color contains mainly: blue. Hex color #BBDBE9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBDBE9 is #442416. Grayscale: #D2D2D2. Windows color (decimal): -4465687 or 15326139. OLE color: 15326139.

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

Color convert

RGB187219233-
CMYK0.200.0600.09
HSL198.26º51.11%82.35%-
HSV(B)198.26º19.74%91.37%-
XYZ60.5367.1186.85-
YUV211.03140.4110.86-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 29.26%
GREEN value IS 219 (85.94% from 255) = 34.27%
BLUE value IS 233 (91.41% from 255) = 36.46%
R=29.26%
G=34.27%
B=36.46%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1872192330.200.0600.09198.2651.1182.35
HexBBDBE914609c63352
Octal27333335124601130663122
Binary1011101111011011111010011010011001001110001101100111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBDBE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBDBE9; }

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

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

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

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

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

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

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

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