Shades of Light Blue #BBDBE9
Tints of Light Blue #BBDBE9
RGB
CMYK
RGB Variations
Color information
#BBDBE9 (or 0xBBDBE9) is known color: 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
| RGB | 187 | 219 | 233 | - |
| CMYK | 0.20 | 0.06 | 0 | 0.09 |
| HSL | 198.26º | 0.51% | 0.82% | - |
| HSV(B) | 198.26º | 0.2% | 0.91% | - |
| XYZ | 60.53 | 67.11 | 86.85 | - |
| YUV | 211.03 | 140.4 | 110.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 219 | 233 | 0.20 | 0.06 | 0 | 0.09 | 198.26 | 0.51 | 0.82 |
| Hex | BB | DB | E9 | 14 | 6 | 0 | 9 | C6 | 33 | 52 |
| Octal | 273 | 333 | 351 | 24 | 6 | 0 | 11 | 306 | 63 | 122 |
| Binary | 10111011 | 11011011 | 11101001 | 10100 | 110 | 0 | 1001 | 11000110 | 110011 | 1010010 |
Color Harmonies of #BBDBE9
Complementary color
Monochromatic Colors of #BBDBE9
Black with #BBDBE9
Text Example
Text Example
White with #BBDBE9
Text Example
Text Example
HTML Codes & Css Web 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>