Shades of Nebula #B7C9BC
Tints of Nebula #B7C9BC
RGB
CMYK
RGB Variations
Color information
#B7C9BC (or 0xB7C9BC) is known color: Nebula. HEX triplet: B7, C9 and BC. RGB value is (183,201,188). Sum of RGB (Red+Green+Blue) = 183+201+188=572 (75% of max value = 765). Red value is 183 (71.88% from 255 or 31.99% from 572); Green value is 201 (78.91% from 255 or 35.14% from 572); Blue value is 188 (73.83% from 255 or 32.87% from 572); Max value from RGB is 201 - color contains mainly: green. Hex color #B7C9BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7C9BC is #483643. Grayscale: #C2C2C2. Windows color (decimal): -4732484 or 12372407. OLE color: 12372407.
HSL color Cylindrical-coordinate representation of color #B7C9BC: hue angle of 136.67º degrees, saturation: 0.14, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #B7C9BC is Cyan = 0.09, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 183 | 201 | 188 | - |
| CMYK | 0.09 | 0 | 0.06 | 0.21 |
| HSL | 136.67º | 0.14% | 0.75% | - |
| HSV(B) | 136.67º | 0.09% | 0.79% | - |
| XYZ | 49.49 | 55.47 | 55.68 | - |
| YUV | 194.14 | 124.54 | 120.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 201 | 188 | 0.09 | 0 | 0.06 | 0.21 | 136.67 | 0.14 | 0.75 |
| Hex | B7 | C9 | BC | 9 | 0 | 6 | 15 | 89 | E | 4B |
| Octal | 267 | 311 | 274 | 11 | 0 | 6 | 25 | 211 | 16 | 113 |
| Binary | 10110111 | 11001001 | 10111100 | 1001 | 0 | 110 | 10101 | 10001001 | 1110 | 1001011 |
Color Harmonies of #B7C9BC
Complementary color
Monochromatic Colors of #B7C9BC
Black with #B7C9BC
Text Example
Text Example
White with #B7C9BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7C9BC; }
p { color: rgb(183,201,188); }
H1.HeaderClassName
{
color: #B7C9BC;
}
.AnyTagClassName
{
color: #B7C9BC;
}
</style>
background-color css
<style>
a { background-color: #B7C9BC; }
a { background-color: rgb(183,201,188); }
div.DivClassName
{
background-color: #B7C9BC;
}
.BgClassName
{
background-color: #B7C9BC;
}
</style>
border-color css
<style>
span { border-color: #B7C9BC; }
span { border-color: rgb(183,201,188); }
td.TdClassName
{
border-color: #B7C9BC;
}
.TagClassName
{
border-color: #B7C9BC;
}
</style>