Shades of Nebula #B9C5BC
Tints of Nebula #B9C5BC
RGB
CMYK
RGB Variations
Color information
#B9C5BC (or 0xB9C5BC) is known color: Nebula. HEX triplet: B9, C5 and BC. RGB value is (185,197,188). Sum of RGB (Red+Green+Blue) = 185+197+188=570 (75% of max value = 765). Red value is 185 (72.66% from 255 or 32.46% from 570); Green value is 197 (77.34% from 255 or 34.56% from 570); Blue value is 188 (73.83% from 255 or 32.98% from 570); Max value from RGB is 197 - color contains mainly: green. Hex color #B9C5BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9C5BC is #463A43. Grayscale: #C0C0C0. Windows color (decimal): -4602436 or 12371385. OLE color: 12371385.
HSL color Cylindrical-coordinate representation of color #B9C5BC: hue angle of 135º 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 #B9C5BC is Cyan = 0.06, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 185 | 197 | 188 | - |
| CMYK | 0.06 | 0 | 0.05 | 0.23 |
| HSL | 135º | 0.09% | 0.75% | - |
| HSV(B) | 135º | 0.06% | 0.77% | - |
| XYZ | 49.05 | 53.88 | 55.39 | - |
| YUV | 192.39 | 125.52 | 122.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 197 | 188 | 0.06 | 0 | 0.05 | 0.23 | 135 | 0.09 | 0.75 |
| Hex | B9 | C5 | BC | 6 | 0 | 5 | 17 | 87 | 9 | 4B |
| Octal | 271 | 305 | 274 | 6 | 0 | 5 | 27 | 207 | 11 | 113 |
| Binary | 10111001 | 11000101 | 10111100 | 110 | 0 | 101 | 10111 | 10000111 | 1001 | 1001011 |
Color Harmonies of #B9C5BC
Complementary color
Monochromatic Colors of #B9C5BC
Black with #B9C5BC
Text Example
Text Example
White with #B9C5BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9C5BC; }
p { color: rgb(185,197,188); }
H1.HeaderClassName
{
color: #B9C5BC;
}
.AnyTagClassName
{
color: #B9C5BC;
}
</style>
background-color css
<style>
a { background-color: #B9C5BC; }
a { background-color: rgb(185,197,188); }
div.DivClassName
{
background-color: #B9C5BC;
}
.BgClassName
{
background-color: #B9C5BC;
}
</style>
border-color css
<style>
span { border-color: #B9C5BC; }
span { border-color: rgb(185,197,188); }
td.TdClassName
{
border-color: #B9C5BC;
}
.TagClassName
{
border-color: #B9C5BC;
}
</style>