Shades of Nebula #B2CFBD
Tints of Nebula #B2CFBD
RGB
CMYK
RGB Variations
Color information
#B2CFBD (or 0xB2CFBD) is known color: Nebula. HEX triplet: B2, CF and BD. RGB value is (178,207,189). Sum of RGB (Red+Green+Blue) = 178+207+189=574 (76% of max value = 765). Red value is 178 (69.92% from 255 or 31.01% from 574); Green value is 207 (81.25% from 255 or 36.06% from 574); Blue value is 189 (74.22% from 255 or 32.93% from 574); Max value from RGB is 207 - color contains mainly: green. Hex color #B2CFBD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2CFBD is #4D3042. Grayscale: #C4C4C4. Windows color (decimal): -5058627 or 12439474. OLE color: 12439474.
HSL color Cylindrical-coordinate representation of color #B2CFBD: hue angle of 142.76º 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 #B2CFBD is Cyan = 0.14, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 178 | 207 | 189 | - |
| CMYK | 0.14 | 0 | 0.09 | 0.19 |
| HSL | 142.76º | 0.23% | 0.75% | - |
| HSV(B) | 142.76º | 0.14% | 0.81% | - |
| XYZ | 49.86 | 57.76 | 56.67 | - |
| YUV | 196.28 | 123.89 | 114.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 207 | 189 | 0.14 | 0 | 0.09 | 0.19 | 142.76 | 0.23 | 0.75 |
| Hex | B2 | CF | BD | E | 0 | 9 | 13 | 8F | 17 | 4B |
| Octal | 262 | 317 | 275 | 16 | 0 | 11 | 23 | 217 | 27 | 113 |
| Binary | 10110010 | 11001111 | 10111101 | 1110 | 0 | 1001 | 10011 | 10001111 | 10111 | 1001011 |
Color Harmonies of #B2CFBD
Complementary color
Monochromatic Colors of #B2CFBD
Black with #B2CFBD
Text Example
Text Example
White with #B2CFBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2CFBD; }
p { color: rgb(178,207,189); }
H1.HeaderClassName
{
color: #B2CFBD;
}
.AnyTagClassName
{
color: #B2CFBD;
}
</style>
background-color css
<style>
a { background-color: #B2CFBD; }
a { background-color: rgb(178,207,189); }
div.DivClassName
{
background-color: #B2CFBD;
}
.BgClassName
{
background-color: #B2CFBD;
}
</style>
border-color css
<style>
span { border-color: #B2CFBD; }
span { border-color: rgb(178,207,189); }
td.TdClassName
{
border-color: #B2CFBD;
}
.TagClassName
{
border-color: #B2CFBD;
}
</style>