Shades of Nebula #B7D2BF
Tints of Nebula #B7D2BF
RGB
CMYK
RGB Variations
Color information
#B7D2BF (or 0xB7D2BF) is known color: Nebula. HEX triplet: B7, D2 and BF. RGB value is (183,210,191). Sum of RGB (Red+Green+Blue) = 183+210+191=584 (77% of max value = 765). Red value is 183 (71.88% from 255 or 31.34% from 584); Green value is 210 (82.42% from 255 or 35.96% from 584); Blue value is 191 (75% from 255 or 32.71% from 584); Max value from RGB is 210 - color contains mainly: green. Hex color #B7D2BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7D2BF is #482D40. Grayscale: #C7C7C7. Windows color (decimal): -4730177 or 12571319. OLE color: 12571319.
HSL color Cylindrical-coordinate representation of color #B7D2BF: hue angle of 137.78º degrees, saturation: 0.23, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #B7D2BF is Cyan = 0.13, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 183 | 210 | 191 | - |
| CMYK | 0.13 | 0 | 0.09 | 0.18 |
| HSL | 137.78º | 0.23% | 0.77% | - |
| HSV(B) | 137.78º | 0.13% | 0.82% | - |
| XYZ | 51.98 | 59.92 | 58.12 | - |
| YUV | 199.76 | 123.05 | 116.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 210 | 191 | 0.13 | 0 | 0.09 | 0.18 | 137.78 | 0.23 | 0.77 |
| Hex | B7 | D2 | BF | D | 0 | 9 | 12 | 8A | 17 | 4D |
| Octal | 267 | 322 | 277 | 15 | 0 | 11 | 22 | 212 | 27 | 115 |
| Binary | 10110111 | 11010010 | 10111111 | 1101 | 0 | 1001 | 10010 | 10001010 | 10111 | 1001101 |
Color Harmonies of #B7D2BF
Complementary color
Monochromatic Colors of #B7D2BF
Black with #B7D2BF
Text Example
Text Example
White with #B7D2BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7D2BF; }
p { color: rgb(183,210,191); }
H1.HeaderClassName
{
color: #B7D2BF;
}
.AnyTagClassName
{
color: #B7D2BF;
}
</style>
background-color css
<style>
a { background-color: #B7D2BF; }
a { background-color: rgb(183,210,191); }
div.DivClassName
{
background-color: #B7D2BF;
}
.BgClassName
{
background-color: #B7D2BF;
}
</style>
border-color css
<style>
span { border-color: #B7D2BF; }
span { border-color: rgb(183,210,191); }
td.TdClassName
{
border-color: #B7D2BF;
}
.TagClassName
{
border-color: #B7D2BF;
}
</style>