Shades of Nebula #B9C9BE
Tints of Nebula #B9C9BE
RGB
CMYK
RGB Variations
Color information
#B9C9BE (or 0xB9C9BE) is known color: Nebula. HEX triplet: B9, C9 and BE. RGB value is (185,201,190). Sum of RGB (Red+Green+Blue) = 185+201+190=576 (76% of max value = 765). Red value is 185 (72.66% from 255 or 32.12% from 576); Green value is 201 (78.91% from 255 or 34.90% from 576); Blue value is 190 (74.61% from 255 or 32.99% from 576); Max value from RGB is 201 - color contains mainly: green. Hex color #B9C9BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9C9BE is #463641. Grayscale: #C2C2C2. Windows color (decimal): -4601410 or 12503481. OLE color: 12503481.
HSL color Cylindrical-coordinate representation of color #B9C9BE: hue angle of 138.75º degrees, saturation: 0.13, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #B9C9BE is Cyan = 0.08, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 185 | 201 | 190 | - |
| CMYK | 0.08 | 0 | 0.05 | 0.21 |
| HSL | 138.75º | 0.13% | 0.76% | - |
| HSV(B) | 138.75º | 0.08% | 0.79% | - |
| XYZ | 50.19 | 55.81 | 56.84 | - |
| YUV | 194.96 | 125.2 | 120.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 201 | 190 | 0.08 | 0 | 0.05 | 0.21 | 138.75 | 0.13 | 0.76 |
| Hex | B9 | C9 | BE | 8 | 0 | 5 | 15 | 8B | D | 4C |
| Octal | 271 | 311 | 276 | 10 | 0 | 5 | 25 | 213 | 15 | 114 |
| Binary | 10111001 | 11001001 | 10111110 | 1000 | 0 | 101 | 10101 | 10001011 | 1101 | 1001100 |
Color Harmonies of #B9C9BE
Complementary color
Monochromatic Colors of #B9C9BE
Black with #B9C9BE
Text Example
Text Example
White with #B9C9BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9C9BE; }
p { color: rgb(185,201,190); }
H1.HeaderClassName
{
color: #B9C9BE;
}
.AnyTagClassName
{
color: #B9C9BE;
}
</style>
background-color css
<style>
a { background-color: #B9C9BE; }
a { background-color: rgb(185,201,190); }
div.DivClassName
{
background-color: #B9C9BE;
}
.BgClassName
{
background-color: #B9C9BE;
}
</style>
border-color css
<style>
span { border-color: #B9C9BE; }
span { border-color: rgb(185,201,190); }
td.TdClassName
{
border-color: #B9C9BE;
}
.TagClassName
{
border-color: #B9C9BE;
}
</style>