Shades of Nebula #B7D0C2
Tints of Nebula #B7D0C2
RGB
CMYK
RGB Variations
Color information
#B7D0C2 (or 0xB7D0C2) is known color: Nebula. HEX triplet: B7, D0 and C2. RGB value is (183,208,194). Sum of RGB (Red+Green+Blue) = 183+208+194=585 (77% of max value = 765). Red value is 183 (71.88% from 255 or 31.28% from 585); Green value is 208 (81.64% from 255 or 35.56% from 585); Blue value is 194 (76.17% from 255 or 33.16% from 585); Max value from RGB is 208 - color contains mainly: green. Hex color #B7D0C2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7D0C2 is #482F3D. Grayscale: #C6C6C6. Windows color (decimal): -4730686 or 12767415. OLE color: 12767415.
HSL color Cylindrical-coordinate representation of color #B7D0C2: hue angle of 146.4º degrees, saturation: 0.21, 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 #B7D0C2 is Cyan = 0.12, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 183 | 208 | 194 | - |
| CMYK | 0.12 | 0 | 0.07 | 0.18 |
| HSL | 146.4º | 0.21% | 0.77% | - |
| HSV(B) | 146.4º | 0.12% | 0.82% | - |
| XYZ | 51.82 | 59.07 | 59.71 | - |
| YUV | 198.93 | 125.22 | 116.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 208 | 194 | 0.12 | 0 | 0.07 | 0.18 | 146.4 | 0.21 | 0.77 |
| Hex | B7 | D0 | C2 | C | 0 | 7 | 12 | 92 | 15 | 4D |
| Octal | 267 | 320 | 302 | 14 | 0 | 7 | 22 | 222 | 25 | 115 |
| Binary | 10110111 | 11010000 | 11000010 | 1100 | 0 | 111 | 10010 | 10010010 | 10101 | 1001101 |
Color Harmonies of #B7D0C2
Complementary color
Monochromatic Colors of #B7D0C2
Black with #B7D0C2
Text Example
Text Example
White with #B7D0C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7D0C2; }
p { color: rgb(183,208,194); }
H1.HeaderClassName
{
color: #B7D0C2;
}
.AnyTagClassName
{
color: #B7D0C2;
}
</style>
background-color css
<style>
a { background-color: #B7D0C2; }
a { background-color: rgb(183,208,194); }
div.DivClassName
{
background-color: #B7D0C2;
}
.BgClassName
{
background-color: #B7D0C2;
}
</style>
border-color css
<style>
span { border-color: #B7D0C2; }
span { border-color: rgb(183,208,194); }
td.TdClassName
{
border-color: #B7D0C2;
}
.TagClassName
{
border-color: #B7D0C2;
}
</style>