Shades of Nebula #B0CFBE
Tints of Nebula #B0CFBE
RGB
CMYK
RGB Variations
Color information
#B0CFBE (or 0xB0CFBE) is known color: Nebula. HEX triplet: B0, CF and BE. RGB value is (176,207,190). Sum of RGB (Red+Green+Blue) = 176+207+190=573 (75% of max value = 765). Red value is 176 (69.14% from 255 or 30.72% from 573); Green value is 207 (81.25% from 255 or 36.13% from 573); Blue value is 190 (74.61% from 255 or 33.16% from 573); Max value from RGB is 207 - color contains mainly: green. Hex color #B0CFBE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0CFBE is #4F3041. Grayscale: #C3C3C3. Windows color (decimal): -5189698 or 12505008. OLE color: 12505008.
HSL color Cylindrical-coordinate representation of color #B0CFBE: hue angle of 147.1º 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 #B0CFBE is Cyan = 0.15, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 176 | 207 | 190 | - |
| CMYK | 0.15 | 0 | 0.08 | 0.19 |
| HSL | 147.1º | 0.24% | 0.75% | - |
| HSV(B) | 147.1º | 0.15% | 0.81% | - |
| XYZ | 49.51 | 57.57 | 57.22 | - |
| YUV | 195.79 | 124.73 | 113.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 207 | 190 | 0.15 | 0 | 0.08 | 0.19 | 147.1 | 0.24 | 0.75 |
| Hex | B0 | CF | BE | F | 0 | 8 | 13 | 93 | 18 | 4B |
| Octal | 260 | 317 | 276 | 17 | 0 | 10 | 23 | 223 | 30 | 113 |
| Binary | 10110000 | 11001111 | 10111110 | 1111 | 0 | 1000 | 10011 | 10010011 | 11000 | 1001011 |
Color Harmonies of #B0CFBE
Complementary color
Monochromatic Colors of #B0CFBE
Black with #B0CFBE
Text Example
Text Example
White with #B0CFBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0CFBE; }
p { color: rgb(176,207,190); }
H1.HeaderClassName
{
color: #B0CFBE;
}
.AnyTagClassName
{
color: #B0CFBE;
}
</style>
background-color css
<style>
a { background-color: #B0CFBE; }
a { background-color: rgb(176,207,190); }
div.DivClassName
{
background-color: #B0CFBE;
}
.BgClassName
{
background-color: #B0CFBE;
}
</style>
border-color css
<style>
span { border-color: #B0CFBE; }
span { border-color: rgb(176,207,190); }
td.TdClassName
{
border-color: #B0CFBE;
}
.TagClassName
{
border-color: #B0CFBE;
}
</style>