Shades of Nebula #B0CFBD
Tints of Nebula #B0CFBD
RGB
CMYK
RGB Variations
Color information
#B0CFBD (or 0xB0CFBD) is known color: Nebula. HEX triplet: B0, CF and BD. RGB value is (176,207,189). Sum of RGB (Red+Green+Blue) = 176+207+189=572 (75% of max value = 765). Red value is 176 (69.14% from 255 or 30.77% from 572); Green value is 207 (81.25% from 255 or 36.19% from 572); Blue value is 189 (74.22% from 255 or 33.04% from 572); Max value from RGB is 207 - color contains mainly: green. Hex color #B0CFBD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0CFBD is #4F3042. Grayscale: #C3C3C3. Windows color (decimal): -5189699 or 12439472. OLE color: 12439472.
HSL color Cylindrical-coordinate representation of color #B0CFBD: hue angle of 145.16º 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 #B0CFBD is Cyan = 0.15, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 176 | 207 | 189 | - |
| CMYK | 0.15 | 0 | 0.09 | 0.19 |
| HSL | 145.16º | 0.24% | 0.75% | - |
| HSV(B) | 145.16º | 0.15% | 0.81% | - |
| XYZ | 49.4 | 57.53 | 56.64 | - |
| YUV | 195.68 | 124.23 | 113.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 207 | 189 | 0.15 | 0 | 0.09 | 0.19 | 145.16 | 0.24 | 0.75 |
| Hex | B0 | CF | BD | F | 0 | 9 | 13 | 91 | 18 | 4B |
| Octal | 260 | 317 | 275 | 17 | 0 | 11 | 23 | 221 | 30 | 113 |
| Binary | 10110000 | 11001111 | 10111101 | 1111 | 0 | 1001 | 10011 | 10010001 | 11000 | 1001011 |
Color Harmonies of #B0CFBD
Complementary color
Monochromatic Colors of #B0CFBD
Black with #B0CFBD
Text Example
Text Example
White with #B0CFBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0CFBD; }
p { color: rgb(176,207,189); }
H1.HeaderClassName
{
color: #B0CFBD;
}
.AnyTagClassName
{
color: #B0CFBD;
}
</style>
background-color css
<style>
a { background-color: #B0CFBD; }
a { background-color: rgb(176,207,189); }
div.DivClassName
{
background-color: #B0CFBD;
}
.BgClassName
{
background-color: #B0CFBD;
}
</style>
border-color css
<style>
span { border-color: #B0CFBD; }
span { border-color: rgb(176,207,189); }
td.TdClassName
{
border-color: #B0CFBD;
}
.TagClassName
{
border-color: #B0CFBD;
}
</style>