Shades of Nebula #B9CBC0
Tints of Nebula #B9CBC0
RGB
CMYK
RGB Variations
Color information
#B9CBC0 (or 0xB9CBC0) is known color: Nebula. HEX triplet: B9, CB and C0. RGB value is (185,203,192). Sum of RGB (Red+Green+Blue) = 185+203+192=580 (76% of max value = 765). Red value is 185 (72.66% from 255 or 31.90% from 580); Green value is 203 (79.69% from 255 or 35% from 580); Blue value is 192 (75.39% from 255 or 33.10% from 580); Max value from RGB is 203 - color contains mainly: green. Hex color #B9CBC0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9CBC0 is #46343F. Grayscale: #C4C4C4. Windows color (decimal): -4600896 or 12635065. OLE color: 12635065.
HSL color Cylindrical-coordinate representation of color #B9CBC0: hue angle of 143.33º degrees, saturation: 0.15, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #B9CBC0 is Cyan = 0.09, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 185 | 203 | 192 | - |
| CMYK | 0.09 | 0 | 0.05 | 0.20 |
| HSL | 143.33º | 0.15% | 0.76% | - |
| HSV(B) | 143.33º | 0.09% | 0.8% | - |
| XYZ | 50.88 | 56.83 | 58.16 | - |
| YUV | 196.36 | 125.54 | 119.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 203 | 192 | 0.09 | 0 | 0.05 | 0.20 | 143.33 | 0.15 | 0.76 |
| Hex | B9 | CB | C0 | 9 | 0 | 5 | 14 | 8F | F | 4C |
| Octal | 271 | 313 | 300 | 11 | 0 | 5 | 24 | 217 | 17 | 114 |
| Binary | 10111001 | 11001011 | 11000000 | 1001 | 0 | 101 | 10100 | 10001111 | 1111 | 1001100 |
Color Harmonies of #B9CBC0
Complementary color
Monochromatic Colors of #B9CBC0
Black with #B9CBC0
Text Example
Text Example
White with #B9CBC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9CBC0; }
p { color: rgb(185,203,192); }
H1.HeaderClassName
{
color: #B9CBC0;
}
.AnyTagClassName
{
color: #B9CBC0;
}
</style>
background-color css
<style>
a { background-color: #B9CBC0; }
a { background-color: rgb(185,203,192); }
div.DivClassName
{
background-color: #B9CBC0;
}
.BgClassName
{
background-color: #B9CBC0;
}
</style>
border-color css
<style>
span { border-color: #B9CBC0; }
span { border-color: rgb(185,203,192); }
td.TdClassName
{
border-color: #B9CBC0;
}
.TagClassName
{
border-color: #B9CBC0;
}
</style>