Shades of Nebula #B9C4BC
Tints of Nebula #B9C4BC
RGB
CMYK
RGB Variations
Color information
#B9C4BC (or 0xB9C4BC) is known color: Nebula. HEX triplet: B9, C4 and BC. RGB value is (185,196,188). Sum of RGB (Red+Green+Blue) = 185+196+188=569 (75% of max value = 765). Red value is 185 (72.66% from 255 or 32.51% from 569); Green value is 196 (76.95% from 255 or 34.45% from 569); Blue value is 188 (73.83% from 255 or 33.04% from 569); Max value from RGB is 196 - color contains mainly: green. Hex color #B9C4BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9C4BC is #463B43. Grayscale: #BFBFBF. Windows color (decimal): -4602692 or 12371129. OLE color: 12371129.
HSL color Cylindrical-coordinate representation of color #B9C4BC: hue angle of 136.36º degrees, saturation: 0.09, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #B9C4BC is Cyan = 0.06, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 185 | 196 | 188 | - |
| CMYK | 0.06 | 0 | 0.04 | 0.23 |
| HSL | 136.36º | 0.09% | 0.75% | - |
| HSV(B) | 136.36º | 0.06% | 0.77% | - |
| XYZ | 48.82 | 53.42 | 55.32 | - |
| YUV | 191.8 | 125.86 | 123.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 196 | 188 | 0.06 | 0 | 0.04 | 0.23 | 136.36 | 0.09 | 0.75 |
| Hex | B9 | C4 | BC | 6 | 0 | 4 | 17 | 88 | 9 | 4B |
| Octal | 271 | 304 | 274 | 6 | 0 | 4 | 27 | 210 | 11 | 113 |
| Binary | 10111001 | 11000100 | 10111100 | 110 | 0 | 100 | 10111 | 10001000 | 1001 | 1001011 |
Color Harmonies of #B9C4BC
Complementary color
Monochromatic Colors of #B9C4BC
Black with #B9C4BC
Text Example
Text Example
White with #B9C4BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9C4BC; }
p { color: rgb(185,196,188); }
H1.HeaderClassName
{
color: #B9C4BC;
}
.AnyTagClassName
{
color: #B9C4BC;
}
</style>
background-color css
<style>
a { background-color: #B9C4BC; }
a { background-color: rgb(185,196,188); }
div.DivClassName
{
background-color: #B9C4BC;
}
.BgClassName
{
background-color: #B9C4BC;
}
</style>
border-color css
<style>
span { border-color: #B9C4BC; }
span { border-color: rgb(185,196,188); }
td.TdClassName
{
border-color: #B9C4BC;
}
.TagClassName
{
border-color: #B9C4BC;
}
</style>