Shades of Light Blue #BBD8E6
Tints of Light Blue #BBD8E6
RGB
CMYK
RGB Variations
Color information
#BBD8E6 (or 0xBBD8E6) is known color: Light Blue. HEX triplet: BB, D8 and E6. RGB value is (187,216,230). Sum of RGB (Red+Green+Blue) = 187+216+230=633 (83% of max value = 765). Red value is 187 (73.44% from 255 or 29.54% from 633); Green value is 216 (84.77% from 255 or 34.12% from 633); Blue value is 230 (90.23% from 255 or 36.33% from 633); Max value from RGB is 230 - color contains mainly: blue. Hex color #BBD8E6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBD8E6 is #442719. Grayscale: #D0D0D0. Windows color (decimal): -4466458 or 15128763. OLE color: 15128763.
HSL color Cylindrical-coordinate representation of color #BBD8E6: hue angle of 199.53º degrees, saturation: 0.46, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BBD8E6 is Cyan = 0.19, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 187 | 216 | 230 | - |
| CMYK | 0.19 | 0.06 | 0 | 0.10 |
| HSL | 199.53º | 0.46% | 0.82% | - |
| HSV(B) | 199.53º | 0.19% | 0.9% | - |
| XYZ | 59.33 | 65.39 | 84.36 | - |
| YUV | 208.93 | 139.89 | 112.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 216 | 230 | 0.19 | 0.06 | 0 | 0.10 | 199.53 | 0.46 | 0.82 |
| Hex | BB | D8 | E6 | 13 | 6 | 0 | A | C8 | 2E | 52 |
| Octal | 273 | 330 | 346 | 23 | 6 | 0 | 12 | 310 | 56 | 122 |
| Binary | 10111011 | 11011000 | 11100110 | 10011 | 110 | 0 | 1010 | 11001000 | 101110 | 1010010 |
Color Harmonies of #BBD8E6
Complementary color
Monochromatic Colors of #BBD8E6
Black with #BBD8E6
Text Example
Text Example
White with #BBD8E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBD8E6; }
p { color: rgb(187,216,230); }
H1.HeaderClassName
{
color: #BBD8E6;
}
.AnyTagClassName
{
color: #BBD8E6;
}
</style>
background-color css
<style>
a { background-color: #BBD8E6; }
a { background-color: rgb(187,216,230); }
div.DivClassName
{
background-color: #BBD8E6;
}
.BgClassName
{
background-color: #BBD8E6;
}
</style>
border-color css
<style>
span { border-color: #BBD8E6; }
span { border-color: rgb(187,216,230); }
td.TdClassName
{
border-color: #BBD8E6;
}
.TagClassName
{
border-color: #BBD8E6;
}
</style>