Shades of Light Blue #BBDBE5
Tints of Light Blue #BBDBE5
RGB
CMYK
RGB Variations
Color information
#BBDBE5 (or 0xBBDBE5) is known color: Light Blue. HEX triplet: BB, DB and E5. RGB value is (187,219,229). Sum of RGB (Red+Green+Blue) = 187+219+229=635 (84% of max value = 765). Red value is 187 (73.44% from 255 or 29.45% from 635); Green value is 219 (85.94% from 255 or 34.49% from 635); Blue value is 229 (89.84% from 255 or 36.06% from 635); Max value from RGB is 229 - color contains mainly: blue. Hex color #BBDBE5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBDBE5 is #44241A. Grayscale: #D2D2D2. Windows color (decimal): -4465691 or 15063995. OLE color: 15063995.
HSL color Cylindrical-coordinate representation of color #BBDBE5: hue angle of 194.29º degrees, saturation: 0.45, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BBDBE5 is Cyan = 0.18, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 187 | 219 | 229 | - |
| CMYK | 0.18 | 0.04 | 0 | 0.10 |
| HSL | 194.29º | 0.45% | 0.82% | - |
| HSV(B) | 194.29º | 0.18% | 0.9% | - |
| XYZ | 59.97 | 66.88 | 83.88 | - |
| YUV | 210.57 | 138.4 | 111.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 219 | 229 | 0.18 | 0.04 | 0 | 0.10 | 194.29 | 0.45 | 0.82 |
| Hex | BB | DB | E5 | 12 | 4 | 0 | A | C2 | 2D | 52 |
| Octal | 273 | 333 | 345 | 22 | 4 | 0 | 12 | 302 | 55 | 122 |
| Binary | 10111011 | 11011011 | 11100101 | 10010 | 100 | 0 | 1010 | 11000010 | 101101 | 1010010 |
Color Harmonies of #BBDBE5
Complementary color
Monochromatic Colors of #BBDBE5
Black with #BBDBE5
Text Example
Text Example
White with #BBDBE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBDBE5; }
p { color: rgb(187,219,229); }
H1.HeaderClassName
{
color: #BBDBE5;
}
.AnyTagClassName
{
color: #BBDBE5;
}
</style>
background-color css
<style>
a { background-color: #BBDBE5; }
a { background-color: rgb(187,219,229); }
div.DivClassName
{
background-color: #BBDBE5;
}
.BgClassName
{
background-color: #BBDBE5;
}
</style>
border-color css
<style>
span { border-color: #BBDBE5; }
span { border-color: rgb(187,219,229); }
td.TdClassName
{
border-color: #BBDBE5;
}
.TagClassName
{
border-color: #BBDBE5;
}
</style>