#BBDBEF

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

Shades of Light Blue #BBDBEF

Tints of Light Blue #BBDBEF

Color information

#BBDBEF (or 0xBBDBEF) is unknown color: approx Light Blue. HEX triplet: BB, DB and EF. RGB value is (187,219,239). Sum of RGB (Red+Green+Blue) = 187+219+239=645 (85% of max value = 765). Red value is 187 (73.44% from 255 or 28.99% from 645); Green value is 219 (85.94% from 255 or 33.95% from 645); Blue value is 239 (93.75% from 255 or 37.05% from 645); Max value from RGB is 239 - color contains mainly: blue. Hex color #BBDBEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBDBEF is #442410. Grayscale: #D3D3D3. Windows color (decimal): -4465681 or 15719355. OLE color: 15719355.

HSL color Cylindrical-coordinate representation of color #BBDBEF: hue angle of 203.08º degrees, saturation: 0.62, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BBDBEF is Cyan = 0.22, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB187219239-
CMYK0.220.0800.06
HSL203.08º61.9%83.53%-
HSV(B)203.08º21.76%93.73%-
XYZ61.4167.4691.45-
YUV211.71143.4110.37-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 28.99%
GREEN value IS 219 (85.94% from 255) = 33.95%
BLUE value IS 239 (93.75% from 255) = 37.05%
R=28.99%
G=33.95%
B=37.05%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1872192390.220.0800.06203.0861.983.53
HexBBDBEF16806cb3e54
Octal27333335726100631376124
Binary1011101111011011111011111011010000110110010111111101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBDBEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBDBEF; }

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

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

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

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

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

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

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

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