Shades of Nebula #B2CFBE
Tints of Nebula #B2CFBE
RGB
CMYK
RGB Variations
Color information
#B2CFBE (or 0xB2CFBE) is known color: Nebula. HEX triplet: B2, CF and BE. RGB value is (178,207,190). Sum of RGB (Red+Green+Blue) = 178+207+190=575 (76% of max value = 765). Red value is 178 (69.92% from 255 or 30.96% from 575); Green value is 207 (81.25% from 255 or 36% from 575); Blue value is 190 (74.61% from 255 or 33.04% from 575); Max value from RGB is 207 - color contains mainly: green. Hex color #B2CFBE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2CFBE is #4D3041. Grayscale: #C4C4C4. Windows color (decimal): -5058626 or 12505010. OLE color: 12505010.
HSL color Cylindrical-coordinate representation of color #B2CFBE: hue angle of 144.83º 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 #B2CFBE is Cyan = 0.14, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 178 | 207 | 190 | - |
| CMYK | 0.14 | 0 | 0.08 | 0.19 |
| HSL | 144.83º | 0.23% | 0.75% | - |
| HSV(B) | 144.83º | 0.14% | 0.81% | - |
| XYZ | 49.97 | 57.81 | 57.24 | - |
| YUV | 196.39 | 124.39 | 114.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 207 | 190 | 0.14 | 0 | 0.08 | 0.19 | 144.83 | 0.23 | 0.75 |
| Hex | B2 | CF | BE | E | 0 | 8 | 13 | 91 | 17 | 4B |
| Octal | 262 | 317 | 276 | 16 | 0 | 10 | 23 | 221 | 27 | 113 |
| Binary | 10110010 | 11001111 | 10111110 | 1110 | 0 | 1000 | 10011 | 10010001 | 10111 | 1001011 |
Color Harmonies of #B2CFBE
Complementary color
Monochromatic Colors of #B2CFBE
Black with #B2CFBE
Text Example
Text Example
White with #B2CFBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2CFBE; }
p { color: rgb(178,207,190); }
H1.HeaderClassName
{
color: #B2CFBE;
}
.AnyTagClassName
{
color: #B2CFBE;
}
</style>
background-color css
<style>
a { background-color: #B2CFBE; }
a { background-color: rgb(178,207,190); }
div.DivClassName
{
background-color: #B2CFBE;
}
.BgClassName
{
background-color: #B2CFBE;
}
</style>
border-color css
<style>
span { border-color: #B2CFBE; }
span { border-color: rgb(178,207,190); }
td.TdClassName
{
border-color: #B2CFBE;
}
.TagClassName
{
border-color: #B2CFBE;
}
</style>