Shades of Nebula #BBD7C7
Tints of Nebula #BBD7C7
RGB
CMYK
RGB Variations
Color information
#BBD7C7 (or 0xBBD7C7) is known color: Nebula. HEX triplet: BB, D7 and C7. RGB value is (187,215,199). Sum of RGB (Red+Green+Blue) = 187+215+199=601 (79% of max value = 765). Red value is 187 (73.44% from 255 or 31.11% from 601); Green value is 215 (84.38% from 255 or 35.77% from 601); Blue value is 199 (78.12% from 255 or 33.11% from 601); Max value from RGB is 215 - color contains mainly: green. Hex color #BBD7C7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBD7C7 is #442838. Grayscale: #CCCCCC. Windows color (decimal): -4466745 or 13096891. OLE color: 13096891.
HSL color Cylindrical-coordinate representation of color #BBD7C7: hue angle of 145.71º 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 #BBD7C7 is Cyan = 0.13, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 187 | 215 | 199 | - |
| CMYK | 0.13 | 0 | 0.07 | 0.16 |
| HSL | 145.71º | 0.26% | 0.79% | - |
| HSV(B) | 145.71º | 0.13% | 0.84% | - |
| XYZ | 55.1 | 63.29 | 63.34 | - |
| YUV | 204.8 | 124.72 | 115.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 215 | 199 | 0.13 | 0 | 0.07 | 0.16 | 145.71 | 0.26 | 0.79 |
| Hex | BB | D7 | C7 | D | 0 | 7 | 10 | 92 | 1A | 4F |
| Octal | 273 | 327 | 307 | 15 | 0 | 7 | 20 | 222 | 32 | 117 |
| Binary | 10111011 | 11010111 | 11000111 | 1101 | 0 | 111 | 10000 | 10010010 | 11010 | 1001111 |
Color Harmonies of #BBD7C7
Complementary color
Monochromatic Colors of #BBD7C7
Black with #BBD7C7
Text Example
Text Example
White with #BBD7C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBD7C7; }
p { color: rgb(187,215,199); }
H1.HeaderClassName
{
color: #BBD7C7;
}
.AnyTagClassName
{
color: #BBD7C7;
}
</style>
background-color css
<style>
a { background-color: #BBD7C7; }
a { background-color: rgb(187,215,199); }
div.DivClassName
{
background-color: #BBD7C7;
}
.BgClassName
{
background-color: #BBD7C7;
}
</style>
border-color css
<style>
span { border-color: #BBD7C7; }
span { border-color: rgb(187,215,199); }
td.TdClassName
{
border-color: #BBD7C7;
}
.TagClassName
{
border-color: #BBD7C7;
}
</style>