Shades of Nebula #B4C2B9
Tints of Nebula #B4C2B9
RGB
CMYK
RGB Variations
Color information
#B4C2B9 (or 0xB4C2B9) is known color: Nebula. HEX triplet: B4, C2 and B9. RGB value is (180,194,185). Sum of RGB (Red+Green+Blue) = 180+194+185=559 (74% of max value = 765). Red value is 180 (70.70% from 255 or 32.20% from 559); Green value is 194 (76.17% from 255 or 34.70% from 559); Blue value is 185 (72.66% from 255 or 33.09% from 559); Max value from RGB is 194 - color contains mainly: green. Hex color #B4C2B9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4C2B9 is #4B3D46. Grayscale: #BCBCBC. Windows color (decimal): -4930887 or 12174004. OLE color: 12174004.
HSL color Cylindrical-coordinate representation of color #B4C2B9: hue angle of 141.43º degrees, saturation: 0.1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #B4C2B9 is Cyan = 0.07, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 180 | 194 | 185 | - |
| CMYK | 0.07 | 0 | 0.05 | 0.24 |
| HSL | 141.43º | 0.1% | 0.73% | - |
| HSV(B) | 141.43º | 0.07% | 0.76% | - |
| XYZ | 46.87 | 51.79 | 53.42 | - |
| YUV | 188.79 | 125.86 | 121.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 194 | 185 | 0.07 | 0 | 0.05 | 0.24 | 141.43 | 0.1 | 0.73 |
| Hex | B4 | C2 | B9 | 7 | 0 | 5 | 18 | 8D | A | 49 |
| Octal | 264 | 302 | 271 | 7 | 0 | 5 | 30 | 215 | 12 | 111 |
| Binary | 10110100 | 11000010 | 10111001 | 111 | 0 | 101 | 11000 | 10001101 | 1010 | 1001001 |
Color Harmonies of #B4C2B9
Complementary color
Monochromatic Colors of #B4C2B9
Black with #B4C2B9
Text Example
Text Example
White with #B4C2B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4C2B9; }
p { color: rgb(180,194,185); }
H1.HeaderClassName
{
color: #B4C2B9;
}
.AnyTagClassName
{
color: #B4C2B9;
}
</style>
background-color css
<style>
a { background-color: #B4C2B9; }
a { background-color: rgb(180,194,185); }
div.DivClassName
{
background-color: #B4C2B9;
}
.BgClassName
{
background-color: #B4C2B9;
}
</style>
border-color css
<style>
span { border-color: #B4C2B9; }
span { border-color: rgb(180,194,185); }
td.TdClassName
{
border-color: #B4C2B9;
}
.TagClassName
{
border-color: #B4C2B9;
}
</style>