#BBDBED

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

Shades of Light Blue #BBDBED

Tints of Light Blue #BBDBED

Color information

#BBDBED (or 0xBBDBED) is unknown color: approx Light Blue. HEX triplet: BB, DB and ED. RGB value is (187,219,237). Sum of RGB (Red+Green+Blue) = 187+219+237=643 (85% of max value = 765). Red value is 187 (73.44% from 255 or 29.08% from 643); Green value is 219 (85.94% from 255 or 34.06% from 643); Blue value is 237 (92.97% from 255 or 36.86% from 643); Max value from RGB is 237 - color contains mainly: blue. Hex color #BBDBED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBDBED is #442412. Grayscale: #D3D3D3. Windows color (decimal): -4465683 or 15588283. OLE color: 15588283.

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

Color convert

RGB187219237-
CMYK0.210.0800.07
HSL201.6º58.14%83.14%-
HSV(B)201.6º21.1%92.94%-
XYZ61.1167.3489.9-
YUV211.48142.4110.54-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 29.08%
GREEN value IS 219 (85.94% from 255) = 34.06%
BLUE value IS 237 (92.97% from 255) = 36.86%
R=29.08%
G=34.06%
B=36.86%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1872192370.210.0800.07201.658.1483.14
HexBBDBED15807ca3a53
Octal27333335525100731272123
Binary1011101111011011111011011010110000111110010101110101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBDBED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBDBED; }

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

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

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

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

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

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

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

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