Shades of Nebula #B3CFBD
Tints of Nebula #B3CFBD
RGB
CMYK
RGB Variations
Color information
#B3CFBD (or 0xB3CFBD) is known color: Nebula. HEX triplet: B3, CF and BD. RGB value is (179,207,189). Sum of RGB (Red+Green+Blue) = 179+207+189=575 (76% of max value = 765). Red value is 179 (70.31% from 255 or 31.13% from 575); Green value is 207 (81.25% from 255 or 36% from 575); Blue value is 189 (74.22% from 255 or 32.87% from 575); Max value from RGB is 207 - color contains mainly: green. Hex color #B3CFBD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3CFBD is #4C3042. Grayscale: #C4C4C4. Windows color (decimal): -4993091 or 12439475. OLE color: 12439475.
HSL color Cylindrical-coordinate representation of color #B3CFBD: hue angle of 141.43º degrees, saturation: 0.23, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #B3CFBD is Cyan = 0.14, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 179 | 207 | 189 | - |
| CMYK | 0.14 | 0 | 0.09 | 0.19 |
| HSL | 141.43º | 0.23% | 0.76% | - |
| HSV(B) | 141.43º | 0.14% | 0.81% | - |
| XYZ | 50.09 | 57.88 | 56.68 | - |
| YUV | 196.58 | 123.72 | 115.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 207 | 189 | 0.14 | 0 | 0.09 | 0.19 | 141.43 | 0.23 | 0.76 |
| Hex | B3 | CF | BD | E | 0 | 9 | 13 | 8D | 17 | 4C |
| Octal | 263 | 317 | 275 | 16 | 0 | 11 | 23 | 215 | 27 | 114 |
| Binary | 10110011 | 11001111 | 10111101 | 1110 | 0 | 1001 | 10011 | 10001101 | 10111 | 1001100 |
Color Harmonies of #B3CFBD
Complementary color
Monochromatic Colors of #B3CFBD
Black with #B3CFBD
Text Example
Text Example
White with #B3CFBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3CFBD; }
p { color: rgb(179,207,189); }
H1.HeaderClassName
{
color: #B3CFBD;
}
.AnyTagClassName
{
color: #B3CFBD;
}
</style>
background-color css
<style>
a { background-color: #B3CFBD; }
a { background-color: rgb(179,207,189); }
div.DivClassName
{
background-color: #B3CFBD;
}
.BgClassName
{
background-color: #B3CFBD;
}
</style>
border-color css
<style>
span { border-color: #B3CFBD; }
span { border-color: rgb(179,207,189); }
td.TdClassName
{
border-color: #B3CFBD;
}
.TagClassName
{
border-color: #B3CFBD;
}
</style>