Shades of Nebula #B9C8BF
Tints of Nebula #B9C8BF
RGB
CMYK
RGB Variations
Color information
#B9C8BF (or 0xB9C8BF) is known color: Nebula. HEX triplet: B9, C8 and BF. RGB value is (185,200,191). Sum of RGB (Red+Green+Blue) = 185+200+191=576 (76% of max value = 765). Red value is 185 (72.66% from 255 or 32.12% from 576); Green value is 200 (78.52% from 255 or 34.72% from 576); Blue value is 191 (75% from 255 or 33.16% from 576); Max value from RGB is 200 - color contains mainly: green. Hex color #B9C8BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9C8BF is #463740. Grayscale: #C2C2C2. Windows color (decimal): -4601665 or 12568761. OLE color: 12568761.
HSL color Cylindrical-coordinate representation of color #B9C8BF: hue angle of 144º degrees, saturation: 0.12, 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 #B9C8BF is Cyan = 0.08, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 185 | 200 | 191 | - |
| CMYK | 0.08 | 0 | 0.04 | 0.22 |
| HSL | 144º | 0.12% | 0.75% | - |
| HSV(B) | 144º | 0.07% | 0.78% | - |
| XYZ | 50.07 | 55.38 | 57.34 | - |
| YUV | 194.49 | 126.03 | 121.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 200 | 191 | 0.08 | 0 | 0.04 | 0.22 | 144 | 0.12 | 0.75 |
| Hex | B9 | C8 | BF | 8 | 0 | 4 | 16 | 90 | C | 4B |
| Octal | 271 | 310 | 277 | 10 | 0 | 4 | 26 | 220 | 14 | 113 |
| Binary | 10111001 | 11001000 | 10111111 | 1000 | 0 | 100 | 10110 | 10010000 | 1100 | 1001011 |
Color Harmonies of #B9C8BF
Complementary color
Monochromatic Colors of #B9C8BF
Black with #B9C8BF
Text Example
Text Example
White with #B9C8BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9C8BF; }
p { color: rgb(185,200,191); }
H1.HeaderClassName
{
color: #B9C8BF;
}
.AnyTagClassName
{
color: #B9C8BF;
}
</style>
background-color css
<style>
a { background-color: #B9C8BF; }
a { background-color: rgb(185,200,191); }
div.DivClassName
{
background-color: #B9C8BF;
}
.BgClassName
{
background-color: #B9C8BF;
}
</style>
border-color css
<style>
span { border-color: #B9C8BF; }
span { border-color: rgb(185,200,191); }
td.TdClassName
{
border-color: #B9C8BF;
}
.TagClassName
{
border-color: #B9C8BF;
}
</style>