Shades of Nebula #B7D1C0
Tints of Nebula #B7D1C0
RGB
CMYK
RGB Variations
Color information
#B7D1C0 (or 0xB7D1C0) is known color: Nebula. HEX triplet: B7, D1 and C0. RGB value is (183,209,192). Sum of RGB (Red+Green+Blue) = 183+209+192=584 (77% of max value = 765). Red value is 183 (71.88% from 255 or 31.34% from 584); Green value is 209 (82.03% from 255 or 35.79% from 584); Blue value is 192 (75.39% from 255 or 32.88% from 584); Max value from RGB is 209 - color contains mainly: green. Hex color #B7D1C0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7D1C0 is #482E3F. Grayscale: #C7C7C7. Windows color (decimal): -4730432 or 12636599. OLE color: 12636599.
HSL color Cylindrical-coordinate representation of color #B7D1C0: hue angle of 140.77º degrees, saturation: 0.22, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #B7D1C0 is Cyan = 0.12, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.18.
Color convert
RGB | 183 | 209 | 192 | - |
CMYK | 0.12 | 0 | 0.08 | 0.18 |
HSL | 140.77º | 0.22% | 0.77% | - |
HSV(B) | 140.77º | 0.12% | 0.82% | - |
XYZ | 51.84 | 59.47 | 58.62 | - |
YUV | 199.29 | 123.89 | 116.38 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 183 | 209 | 192 | 0.12 | 0 | 0.08 | 0.18 | 140.77 | 0.22 | 0.77 |
Hex | B7 | D1 | C0 | C | 0 | 8 | 12 | 8D | 16 | 4D |
Octal | 267 | 321 | 300 | 14 | 0 | 10 | 22 | 215 | 26 | 115 |
Binary | 10110111 | 11010001 | 11000000 | 1100 | 0 | 1000 | 10010 | 10001101 | 10110 | 1001101 |
Color Harmonies of #B7D1C0
Complementary color
Monochromatic Colors of #B7D1C0
Black with #B7D1C0
Text Example
Text Example
White with #B7D1C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7D1C0; }
p { color: rgb(183,209,192); }
H1.HeaderClassName
{
color: #B7D1C0;
}
.AnyTagClassName
{
color: #B7D1C0;
}
</style>
background-color css
<style>
a { background-color: #B7D1C0; }
a { background-color: rgb(183,209,192); }
div.DivClassName
{
background-color: #B7D1C0;
}
.BgClassName
{
background-color: #B7D1C0;
}
</style>
border-color css
<style>
span { border-color: #B7D1C0; }
span { border-color: rgb(183,209,192); }
td.TdClassName
{
border-color: #B7D1C0;
}
.TagClassName
{
border-color: #B7D1C0;
}
</style>