Shades of Nebula #BBD5C5
Tints of Nebula #BBD5C5
RGB
CMYK
RGB Variations
Color information
#BBD5C5 (or 0xBBD5C5) is known color: Nebula. HEX triplet: BB, D5 and C5. RGB value is (187,213,197). Sum of RGB (Red+Green+Blue) = 187+213+197=597 (79% of max value = 765). Red value is 187 (73.44% from 255 or 31.32% from 597); Green value is 213 (83.59% from 255 or 35.68% from 597); Blue value is 197 (77.34% from 255 or 33.00% from 597); Max value from RGB is 213 - color contains mainly: green. Hex color #BBD5C5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBD5C5 is #442A3A. Grayscale: #CBCBCB. Windows color (decimal): -4467259 or 12965307. OLE color: 12965307.
HSL color Cylindrical-coordinate representation of color #BBD5C5: hue angle of 143.08º degrees, saturation: 0.24, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BBD5C5 is Cyan = 0.12, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 187 | 213 | 197 | - |
| CMYK | 0.12 | 0 | 0.08 | 0.16 |
| HSL | 143.08º | 0.24% | 0.78% | - |
| HSV(B) | 143.08º | 0.12% | 0.84% | - |
| XYZ | 54.37 | 62.18 | 61.96 | - |
| YUV | 203.4 | 124.39 | 116.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 213 | 197 | 0.12 | 0 | 0.08 | 0.16 | 143.08 | 0.24 | 0.78 |
| Hex | BB | D5 | C5 | C | 0 | 8 | 10 | 8F | 18 | 4E |
| Octal | 273 | 325 | 305 | 14 | 0 | 10 | 20 | 217 | 30 | 116 |
| Binary | 10111011 | 11010101 | 11000101 | 1100 | 0 | 1000 | 10000 | 10001111 | 11000 | 1001110 |
Color Harmonies of #BBD5C5
Complementary color
Monochromatic Colors of #BBD5C5
Black with #BBD5C5
Text Example
Text Example
White with #BBD5C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBD5C5; }
p { color: rgb(187,213,197); }
H1.HeaderClassName
{
color: #BBD5C5;
}
.AnyTagClassName
{
color: #BBD5C5;
}
</style>
background-color css
<style>
a { background-color: #BBD5C5; }
a { background-color: rgb(187,213,197); }
div.DivClassName
{
background-color: #BBD5C5;
}
.BgClassName
{
background-color: #BBD5C5;
}
</style>
border-color css
<style>
span { border-color: #BBD5C5; }
span { border-color: rgb(187,213,197); }
td.TdClassName
{
border-color: #BBD5C5;
}
.TagClassName
{
border-color: #BBD5C5;
}
</style>