Shades of Light Blue #BBD8E1
Tints of Light Blue #BBD8E1
RGB
CMYK
RGB Variations
Color information
#BBD8E1 (or 0xBBD8E1) is known color: Light Blue. HEX triplet: BB, D8 and E1. RGB value is (187,216,225). Sum of RGB (Red+Green+Blue) = 187+216+225=628 (83% of max value = 765). Red value is 187 (73.44% from 255 or 29.78% from 628); Green value is 216 (84.77% from 255 or 34.39% from 628); Blue value is 225 (88.28% from 255 or 35.83% from 628); Max value from RGB is 225 - color contains mainly: blue. Hex color #BBD8E1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBD8E1 is #44271E. Grayscale: #D0D0D0. Windows color (decimal): -4466463 or 14801083. OLE color: 14801083.
HSL color Cylindrical-coordinate representation of color #BBD8E1: hue angle of 194.21º degrees, saturation: 0.39, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BBD8E1 is Cyan = 0.17, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 187 | 216 | 225 | - |
| CMYK | 0.17 | 0.04 | 0 | 0.12 |
| HSL | 194.21º | 0.39% | 0.81% | - |
| HSV(B) | 194.21º | 0.17% | 0.88% | - |
| XYZ | 58.64 | 65.11 | 80.71 | - |
| YUV | 208.36 | 137.39 | 112.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 216 | 225 | 0.17 | 0.04 | 0 | 0.12 | 194.21 | 0.39 | 0.81 |
| Hex | BB | D8 | E1 | 11 | 4 | 0 | C | C2 | 27 | 51 |
| Octal | 273 | 330 | 341 | 21 | 4 | 0 | 14 | 302 | 47 | 121 |
| Binary | 10111011 | 11011000 | 11100001 | 10001 | 100 | 0 | 1100 | 11000010 | 100111 | 1010001 |
Color Harmonies of #BBD8E1
Complementary color
Monochromatic Colors of #BBD8E1
Black with #BBD8E1
Text Example
Text Example
White with #BBD8E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBD8E1; }
p { color: rgb(187,216,225); }
H1.HeaderClassName
{
color: #BBD8E1;
}
.AnyTagClassName
{
color: #BBD8E1;
}
</style>
background-color css
<style>
a { background-color: #BBD8E1; }
a { background-color: rgb(187,216,225); }
div.DivClassName
{
background-color: #BBD8E1;
}
.BgClassName
{
background-color: #BBD8E1;
}
</style>
border-color css
<style>
span { border-color: #BBD8E1; }
span { border-color: rgb(187,216,225); }
td.TdClassName
{
border-color: #BBD8E1;
}
.TagClassName
{
border-color: #BBD8E1;
}
</style>