Shades of Nebula #B0CFBF
Tints of Nebula #B0CFBF
RGB
CMYK
RGB Variations
Color information
#B0CFBF (or 0xB0CFBF) is known color: Nebula. HEX triplet: B0, CF and BF. RGB value is (176,207,191). Sum of RGB (Red+Green+Blue) = 176+207+191=574 (76% of max value = 765). Red value is 176 (69.14% from 255 or 30.66% from 574); Green value is 207 (81.25% from 255 or 36.06% from 574); Blue value is 191 (75% from 255 or 33.28% from 574); Max value from RGB is 207 - color contains mainly: green. Hex color #B0CFBF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0CFBF is #4F3040. Grayscale: #C3C3C3. Windows color (decimal): -5189697 or 12570544. OLE color: 12570544.
HSL color Cylindrical-coordinate representation of color #B0CFBF: hue angle of 149.03º 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 #B0CFBF is Cyan = 0.15, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 176 | 207 | 191 | - |
| CMYK | 0.15 | 0 | 0.08 | 0.19 |
| HSL | 149.03º | 0.24% | 0.75% | - |
| HSV(B) | 149.03º | 0.15% | 0.81% | - |
| XYZ | 49.62 | 57.62 | 57.8 | - |
| YUV | 195.91 | 125.23 | 113.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 207 | 191 | 0.15 | 0 | 0.08 | 0.19 | 149.03 | 0.24 | 0.75 |
| Hex | B0 | CF | BF | F | 0 | 8 | 13 | 95 | 18 | 4B |
| Octal | 260 | 317 | 277 | 17 | 0 | 10 | 23 | 225 | 30 | 113 |
| Binary | 10110000 | 11001111 | 10111111 | 1111 | 0 | 1000 | 10011 | 10010101 | 11000 | 1001011 |
Color Harmonies of #B0CFBF
Complementary color
Monochromatic Colors of #B0CFBF
Black with #B0CFBF
Text Example
Text Example
White with #B0CFBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0CFBF; }
p { color: rgb(176,207,191); }
H1.HeaderClassName
{
color: #B0CFBF;
}
.AnyTagClassName
{
color: #B0CFBF;
}
</style>
background-color css
<style>
a { background-color: #B0CFBF; }
a { background-color: rgb(176,207,191); }
div.DivClassName
{
background-color: #B0CFBF;
}
.BgClassName
{
background-color: #B0CFBF;
}
</style>
border-color css
<style>
span { border-color: #B0CFBF; }
span { border-color: rgb(176,207,191); }
td.TdClassName
{
border-color: #B0CFBF;
}
.TagClassName
{
border-color: #B0CFBF;
}
</style>