Shades of Nebula #B9CBC1
Tints of Nebula #B9CBC1
RGB
CMYK
RGB Variations
Color information
#B9CBC1 (or 0xB9CBC1) is known color: Nebula. HEX triplet: B9, CB and C1. RGB value is (185,203,193). Sum of RGB (Red+Green+Blue) = 185+203+193=581 (76% of max value = 765). Red value is 185 (72.66% from 255 or 31.84% from 581); Green value is 203 (79.69% from 255 or 34.94% from 581); Blue value is 193 (75.78% from 255 or 33.22% from 581); Max value from RGB is 203 - color contains mainly: green. Hex color #B9CBC1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9CBC1 is #46343E. Grayscale: #C4C4C4. Windows color (decimal): -4600895 or 12700601. OLE color: 12700601.
HSL color Cylindrical-coordinate representation of color #B9CBC1: hue angle of 146.67º 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 #B9CBC1 is Cyan = 0.09, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 185 | 203 | 193 | - |
| CMYK | 0.09 | 0 | 0.05 | 0.20 |
| HSL | 146.67º | 0.15% | 0.76% | - |
| HSV(B) | 146.67º | 0.09% | 0.8% | - |
| XYZ | 50.99 | 56.88 | 58.74 | - |
| YUV | 196.48 | 126.04 | 119.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 203 | 193 | 0.09 | 0 | 0.05 | 0.20 | 146.67 | 0.15 | 0.76 |
| Hex | B9 | CB | C1 | 9 | 0 | 5 | 14 | 93 | F | 4C |
| Octal | 271 | 313 | 301 | 11 | 0 | 5 | 24 | 223 | 17 | 114 |
| Binary | 10111001 | 11001011 | 11000001 | 1001 | 0 | 101 | 10100 | 10010011 | 1111 | 1001100 |
Color Harmonies of #B9CBC1
Complementary color
Monochromatic Colors of #B9CBC1
Black with #B9CBC1
Text Example
Text Example
White with #B9CBC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9CBC1; }
p { color: rgb(185,203,193); }
H1.HeaderClassName
{
color: #B9CBC1;
}
.AnyTagClassName
{
color: #B9CBC1;
}
</style>
background-color css
<style>
a { background-color: #B9CBC1; }
a { background-color: rgb(185,203,193); }
div.DivClassName
{
background-color: #B9CBC1;
}
.BgClassName
{
background-color: #B9CBC1;
}
</style>
border-color css
<style>
span { border-color: #B9CBC1; }
span { border-color: rgb(185,203,193); }
td.TdClassName
{
border-color: #B9CBC1;
}
.TagClassName
{
border-color: #B9CBC1;
}
</style>