Shades of Light Blue #BBD0D7
Tints of Light Blue #BBD0D7
RGB
CMYK
RGB Variations
Color information
#BBD0D7 (or 0xBBD0D7) is known color: Light Blue. HEX triplet: BB, D0 and D7. RGB value is (187,208,215). Sum of RGB (Red+Green+Blue) = 187+208+215=610 (80% of max value = 765). Red value is 187 (73.44% from 255 or 30.66% from 610); Green value is 208 (81.64% from 255 or 34.10% from 610); Blue value is 215 (84.38% from 255 or 35.25% from 610); Max value from RGB is 215 - color contains mainly: blue. Hex color #BBD0D7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBD0D7 is #442F28. Grayscale: #CACACA. Windows color (decimal): -4468521 or 14143675. OLE color: 14143675.
HSL color Cylindrical-coordinate representation of color #BBD0D7: hue angle of 195º degrees, saturation: 0.26, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BBD0D7 is Cyan = 0.13, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 187 | 208 | 215 | - |
| CMYK | 0.13 | 0.03 | 0 | 0.16 |
| HSL | 195º | 0.26% | 0.79% | - |
| HSV(B) | 195º | 0.13% | 0.84% | - |
| XYZ | 55.32 | 60.58 | 73.07 | - |
| YUV | 202.52 | 135.04 | 116.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 208 | 215 | 0.13 | 0.03 | 0 | 0.16 | 195 | 0.26 | 0.79 |
| Hex | BB | D0 | D7 | D | 3 | 0 | 10 | C3 | 1A | 4F |
| Octal | 273 | 320 | 327 | 15 | 3 | 0 | 20 | 303 | 32 | 117 |
| Binary | 10111011 | 11010000 | 11010111 | 1101 | 11 | 0 | 10000 | 11000011 | 11010 | 1001111 |
Color Harmonies of #BBD0D7
Complementary color
Monochromatic Colors of #BBD0D7
Black with #BBD0D7
Text Example
Text Example
White with #BBD0D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBD0D7; }
p { color: rgb(187,208,215); }
H1.HeaderClassName
{
color: #BBD0D7;
}
.AnyTagClassName
{
color: #BBD0D7;
}
</style>
background-color css
<style>
a { background-color: #BBD0D7; }
a { background-color: rgb(187,208,215); }
div.DivClassName
{
background-color: #BBD0D7;
}
.BgClassName
{
background-color: #BBD0D7;
}
</style>
border-color css
<style>
span { border-color: #BBD0D7; }
span { border-color: rgb(187,208,215); }
td.TdClassName
{
border-color: #BBD0D7;
}
.TagClassName
{
border-color: #BBD0D7;
}
</style>