Shades of Nebula #B7C1BA
Tints of Nebula #B7C1BA
RGB
CMYK
RGB Variations
Color information
#B7C1BA (or 0xB7C1BA) is known color: Nebula. HEX triplet: B7, C1 and BA. RGB value is (183,193,186). Sum of RGB (Red+Green+Blue) = 183+193+186=562 (74% of max value = 765). Red value is 183 (71.88% from 255 or 32.56% from 562); Green value is 193 (75.78% from 255 or 34.34% from 562); Blue value is 186 (73.05% from 255 or 33.10% from 562); Max value from RGB is 193 - color contains mainly: green. Hex color #B7C1BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7C1BA is #483E45. Grayscale: #BDBDBD. Windows color (decimal): -4734534 or 12239287. OLE color: 12239287.
HSL color Cylindrical-coordinate representation of color #B7C1BA: hue angle of 138º degrees, saturation: 0.07, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #B7C1BA is Cyan = 0.05, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 183 | 193 | 186 | - |
| CMYK | 0.05 | 0 | 0.04 | 0.24 |
| HSL | 138º | 0.07% | 0.74% | - |
| HSV(B) | 138º | 0.05% | 0.76% | - |
| XYZ | 47.46 | 51.75 | 53.94 | - |
| YUV | 189.21 | 126.19 | 123.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 193 | 186 | 0.05 | 0 | 0.04 | 0.24 | 138 | 0.07 | 0.74 |
| Hex | B7 | C1 | BA | 5 | 0 | 4 | 18 | 8A | 7 | 4A |
| Octal | 267 | 301 | 272 | 5 | 0 | 4 | 30 | 212 | 7 | 112 |
| Binary | 10110111 | 11000001 | 10111010 | 101 | 0 | 100 | 11000 | 10001010 | 111 | 1001010 |
Color Harmonies of #B7C1BA
Complementary color
Monochromatic Colors of #B7C1BA
Black with #B7C1BA
Text Example
Text Example
White with #B7C1BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7C1BA; }
p { color: rgb(183,193,186); }
H1.HeaderClassName
{
color: #B7C1BA;
}
.AnyTagClassName
{
color: #B7C1BA;
}
</style>
background-color css
<style>
a { background-color: #B7C1BA; }
a { background-color: rgb(183,193,186); }
div.DivClassName
{
background-color: #B7C1BA;
}
.BgClassName
{
background-color: #B7C1BA;
}
</style>
border-color css
<style>
span { border-color: #B7C1BA; }
span { border-color: rgb(183,193,186); }
td.TdClassName
{
border-color: #B7C1BA;
}
.TagClassName
{
border-color: #B7C1BA;
}
</style>