Shades of Nebula #B0CFC0
Tints of Nebula #B0CFC0
RGB
CMYK
RGB Variations
Color information
#B0CFC0 (or 0xB0CFC0) is known color: Nebula. HEX triplet: B0, CF and C0. RGB value is (176,207,192). Sum of RGB (Red+Green+Blue) = 176+207+192=575 (76% of max value = 765). Red value is 176 (69.14% from 255 or 30.61% from 575); Green value is 207 (81.25% from 255 or 36% from 575); Blue value is 192 (75.39% from 255 or 33.39% from 575); Max value from RGB is 207 - color contains mainly: green. Hex color #B0CFC0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0CFC0 is #4F303F. Grayscale: #C4C4C4. Windows color (decimal): -5189696 or 12636080. OLE color: 12636080.
HSL color Cylindrical-coordinate representation of color #B0CFC0: hue angle of 150.97º degrees, saturation: 0.24, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #B0CFC0 is Cyan = 0.15, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 176 | 207 | 192 | - |
| CMYK | 0.15 | 0 | 0.07 | 0.19 |
| HSL | 150.97º | 0.24% | 0.75% | - |
| HSV(B) | 150.97º | 0.15% | 0.81% | - |
| XYZ | 49.73 | 57.66 | 58.38 | - |
| YUV | 196.02 | 125.73 | 113.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 207 | 192 | 0.15 | 0 | 0.07 | 0.19 | 150.97 | 0.24 | 0.75 |
| Hex | B0 | CF | C0 | F | 0 | 7 | 13 | 97 | 18 | 4B |
| Octal | 260 | 317 | 300 | 17 | 0 | 7 | 23 | 227 | 30 | 113 |
| Binary | 10110000 | 11001111 | 11000000 | 1111 | 0 | 111 | 10011 | 10010111 | 11000 | 1001011 |
Color Harmonies of #B0CFC0
Complementary color
Monochromatic Colors of #B0CFC0
Black with #B0CFC0
Text Example
Text Example
White with #B0CFC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0CFC0; }
p { color: rgb(176,207,192); }
H1.HeaderClassName
{
color: #B0CFC0;
}
.AnyTagClassName
{
color: #B0CFC0;
}
</style>
background-color css
<style>
a { background-color: #B0CFC0; }
a { background-color: rgb(176,207,192); }
div.DivClassName
{
background-color: #B0CFC0;
}
.BgClassName
{
background-color: #B0CFC0;
}
</style>
border-color css
<style>
span { border-color: #B0CFC0; }
span { border-color: rgb(176,207,192); }
td.TdClassName
{
border-color: #B0CFC0;
}
.TagClassName
{
border-color: #B0CFC0;
}
</style>