Shades of Light Blue #BBD7E6
Tints of Light Blue #BBD7E6
RGB
CMYK
RGB Variations
Color information
#BBD7E6 (or 0xBBD7E6) is known color: Light Blue. HEX triplet: BB, D7 and E6. RGB value is (187,215,230). Sum of RGB (Red+Green+Blue) = 187+215+230=632 (83% of max value = 765). Red value is 187 (73.44% from 255 or 29.59% from 632); Green value is 215 (84.38% from 255 or 34.02% from 632); Blue value is 230 (90.23% from 255 or 36.39% from 632); Max value from RGB is 230 - color contains mainly: blue. Hex color #BBD7E6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBD7E6 is #442819. Grayscale: #D0D0D0. Windows color (decimal): -4466714 or 15128507. OLE color: 15128507.
HSL color Cylindrical-coordinate representation of color #BBD7E6: hue angle of 200.93º 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 #BBD7E6 is Cyan = 0.19, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 187 | 215 | 230 | - |
| CMYK | 0.19 | 0.07 | 0 | 0.10 |
| HSL | 200.93º | 0.46% | 0.82% | - |
| HSV(B) | 200.93º | 0.19% | 0.9% | - |
| XYZ | 59.08 | 64.88 | 84.27 | - |
| YUV | 208.34 | 140.22 | 112.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 215 | 230 | 0.19 | 0.07 | 0 | 0.10 | 200.93 | 0.46 | 0.82 |
| Hex | BB | D7 | E6 | 13 | 7 | 0 | A | C9 | 2E | 52 |
| Octal | 273 | 327 | 346 | 23 | 7 | 0 | 12 | 311 | 56 | 122 |
| Binary | 10111011 | 11010111 | 11100110 | 10011 | 111 | 0 | 1010 | 11001001 | 101110 | 1010010 |
Color Harmonies of #BBD7E6
Complementary color
Monochromatic Colors of #BBD7E6
Black with #BBD7E6
Text Example
Text Example
White with #BBD7E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBD7E6; }
p { color: rgb(187,215,230); }
H1.HeaderClassName
{
color: #BBD7E6;
}
.AnyTagClassName
{
color: #BBD7E6;
}
</style>
background-color css
<style>
a { background-color: #BBD7E6; }
a { background-color: rgb(187,215,230); }
div.DivClassName
{
background-color: #BBD7E6;
}
.BgClassName
{
background-color: #BBD7E6;
}
</style>
border-color css
<style>
span { border-color: #BBD7E6; }
span { border-color: rgb(187,215,230); }
td.TdClassName
{
border-color: #BBD7E6;
}
.TagClassName
{
border-color: #BBD7E6;
}
</style>