#BBDBEB

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

Shades of Light Blue #BBDBEB

Tints of Light Blue #BBDBEB

Color information

#BBDBEB (or 0xBBDBEB) is unknown color: approx Light Blue. HEX triplet: BB, DB and EB. RGB value is (187,219,235). Sum of RGB (Red+Green+Blue) = 187+219+235=641 (84% of max value = 765). Red value is 187 (73.44% from 255 or 29.17% from 641); Green value is 219 (85.94% from 255 or 34.17% from 641); Blue value is 235 (92.19% from 255 or 36.66% from 641); Max value from RGB is 235 - color contains mainly: blue. Hex color #BBDBEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBDBEB is #442414. Grayscale: #D3D3D3. Windows color (decimal): -4465685 or 15457211. OLE color: 15457211.

HSL color Cylindrical-coordinate representation of color #BBDBEB: hue angle of 200º degrees, saturation: 0.55, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BBDBEB is Cyan = 0.20, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB187219235-
CMYK0.200.0700.08
HSL200º54.55%82.75%-
HSV(B)200º20.43%92.16%-
XYZ60.8267.2388.37-
YUV211.26141.4110.7-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 29.17%
GREEN value IS 219 (85.94% from 255) = 34.17%
BLUE value IS 235 (92.19% from 255) = 36.66%
R=29.17%
G=34.17%
B=36.66%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1872192350.200.0700.0820054.5582.75
HexBBDBEB14708c83753
Octal27333335324701031067123
Binary1011101111011011111010111010011101000110010001101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBDBEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBDBEB; }

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

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

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

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

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

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

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

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