Shades of Nebula #B2CFC0
Tints of Nebula #B2CFC0
RGB
CMYK
RGB Variations
Color information
#B2CFC0 (or 0xB2CFC0) is known color: Nebula. HEX triplet: B2, CF and C0. RGB value is (178,207,192). Sum of RGB (Red+Green+Blue) = 178+207+192=577 (76% of max value = 765). Red value is 178 (69.92% from 255 or 30.85% from 577); Green value is 207 (81.25% from 255 or 35.88% from 577); Blue value is 192 (75.39% from 255 or 33.28% from 577); Max value from RGB is 207 - color contains mainly: green. Hex color #B2CFC0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2CFC0 is #4D303F. Grayscale: #C4C4C4. Windows color (decimal): -5058624 or 12636082. OLE color: 12636082.
HSL color Cylindrical-coordinate representation of color #B2CFC0: hue angle of 148.97º degrees, saturation: 0.23, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #B2CFC0 is Cyan = 0.14, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 178 | 207 | 192 | - |
| CMYK | 0.14 | 0 | 0.07 | 0.19 |
| HSL | 148.97º | 0.23% | 0.75% | - |
| HSV(B) | 148.97º | 0.14% | 0.81% | - |
| XYZ | 50.19 | 57.9 | 58.4 | - |
| YUV | 196.62 | 125.39 | 114.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 207 | 192 | 0.14 | 0 | 0.07 | 0.19 | 148.97 | 0.23 | 0.75 |
| Hex | B2 | CF | C0 | E | 0 | 7 | 13 | 95 | 17 | 4B |
| Octal | 262 | 317 | 300 | 16 | 0 | 7 | 23 | 225 | 27 | 113 |
| Binary | 10110010 | 11001111 | 11000000 | 1110 | 0 | 111 | 10011 | 10010101 | 10111 | 1001011 |
Color Harmonies of #B2CFC0
Complementary color
Monochromatic Colors of #B2CFC0
Black with #B2CFC0
Text Example
Text Example
White with #B2CFC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2CFC0; }
p { color: rgb(178,207,192); }
H1.HeaderClassName
{
color: #B2CFC0;
}
.AnyTagClassName
{
color: #B2CFC0;
}
</style>
background-color css
<style>
a { background-color: #B2CFC0; }
a { background-color: rgb(178,207,192); }
div.DivClassName
{
background-color: #B2CFC0;
}
.BgClassName
{
background-color: #B2CFC0;
}
</style>
border-color css
<style>
span { border-color: #B2CFC0; }
span { border-color: rgb(178,207,192); }
td.TdClassName
{
border-color: #B2CFC0;
}
.TagClassName
{
border-color: #B2CFC0;
}
</style>