Shades of Nebula #B9C3BD
Tints of Nebula #B9C3BD
RGB
CMYK
RGB Variations
Color information
#B9C3BD (or 0xB9C3BD) is known color: Nebula. HEX triplet: B9, C3 and BD. RGB value is (185,195,189). Sum of RGB (Red+Green+Blue) = 185+195+189=569 (75% of max value = 765). Red value is 185 (72.66% from 255 or 32.51% from 569); Green value is 195 (76.56% from 255 or 34.27% from 569); Blue value is 189 (74.22% from 255 or 33.22% from 569); Max value from RGB is 195 - color contains mainly: green. Hex color #B9C3BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9C3BD is #463C42. Grayscale: #BFBFBF. Windows color (decimal): -4602947 or 12436409. OLE color: 12436409.
HSL color Cylindrical-coordinate representation of color #B9C3BD: hue angle of 144º degrees, saturation: 0.08, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #B9C3BD is Cyan = 0.05, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 185 | 195 | 189 | - |
| CMYK | 0.05 | 0 | 0.03 | 0.24 |
| HSL | 144º | 0.08% | 0.75% | - |
| HSV(B) | 144º | 0.05% | 0.76% | - |
| XYZ | 48.71 | 53.02 | 55.81 | - |
| YUV | 191.33 | 126.69 | 123.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 195 | 189 | 0.05 | 0 | 0.03 | 0.24 | 144 | 0.08 | 0.75 |
| Hex | B9 | C3 | BD | 5 | 0 | 3 | 18 | 90 | 8 | 4B |
| Octal | 271 | 303 | 275 | 5 | 0 | 3 | 30 | 220 | 10 | 113 |
| Binary | 10111001 | 11000011 | 10111101 | 101 | 0 | 11 | 11000 | 10010000 | 1000 | 1001011 |
Color Harmonies of #B9C3BD
Complementary color
Monochromatic Colors of #B9C3BD
Black with #B9C3BD
Text Example
Text Example
White with #B9C3BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9C3BD; }
p { color: rgb(185,195,189); }
H1.HeaderClassName
{
color: #B9C3BD;
}
.AnyTagClassName
{
color: #B9C3BD;
}
</style>
background-color css
<style>
a { background-color: #B9C3BD; }
a { background-color: rgb(185,195,189); }
div.DivClassName
{
background-color: #B9C3BD;
}
.BgClassName
{
background-color: #B9C3BD;
}
</style>
border-color css
<style>
span { border-color: #B9C3BD; }
span { border-color: rgb(185,195,189); }
td.TdClassName
{
border-color: #B9C3BD;
}
.TagClassName
{
border-color: #B9C3BD;
}
</style>