Shades of Nebula #B9C7BD
Tints of Nebula #B9C7BD
RGB
CMYK
RGB Variations
Color information
#B9C7BD (or 0xB9C7BD) is known color: Nebula. HEX triplet: B9, C7 and BD. RGB value is (185,199,189). Sum of RGB (Red+Green+Blue) = 185+199+189=573 (75% of max value = 765). Red value is 185 (72.66% from 255 or 32.29% from 573); Green value is 199 (78.12% from 255 or 34.73% from 573); Blue value is 189 (74.22% from 255 or 32.98% from 573); Max value from RGB is 199 - color contains mainly: green. Hex color #B9C7BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9C7BD is #463842. Grayscale: #C1C1C1. Windows color (decimal): -4601923 or 12437433. OLE color: 12437433.
HSL color Cylindrical-coordinate representation of color #B9C7BD: hue angle of 137.14º degrees, saturation: 0.11, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #B9C7BD is Cyan = 0.07, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.22.
Color convert
RGB | 185 | 199 | 189 | - |
CMYK | 0.07 | 0 | 0.05 | 0.22 |
HSL | 137.14º | 0.11% | 0.75% | - |
HSV(B) | 137.14º | 0.07% | 0.78% | - |
XYZ | 49.62 | 54.84 | 56.11 | - |
YUV | 193.67 | 125.36 | 121.81 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 185 | 199 | 189 | 0.07 | 0 | 0.05 | 0.22 | 137.14 | 0.11 | 0.75 |
Hex | B9 | C7 | BD | 7 | 0 | 5 | 16 | 89 | B | 4B |
Octal | 271 | 307 | 275 | 7 | 0 | 5 | 26 | 211 | 13 | 113 |
Binary | 10111001 | 11000111 | 10111101 | 111 | 0 | 101 | 10110 | 10001001 | 1011 | 1001011 |
Color Harmonies of #B9C7BD
Complementary color
Monochromatic Colors of #B9C7BD
Black with #B9C7BD
Text Example
Text Example
White with #B9C7BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9C7BD; }
p { color: rgb(185,199,189); }
H1.HeaderClassName
{
color: #B9C7BD;
}
.AnyTagClassName
{
color: #B9C7BD;
}
</style>
background-color css
<style>
a { background-color: #B9C7BD; }
a { background-color: rgb(185,199,189); }
div.DivClassName
{
background-color: #B9C7BD;
}
.BgClassName
{
background-color: #B9C7BD;
}
</style>
border-color css
<style>
span { border-color: #B9C7BD; }
span { border-color: rgb(185,199,189); }
td.TdClassName
{
border-color: #B9C7BD;
}
.TagClassName
{
border-color: #B9C7BD;
}
</style>