Shades of Nebula #B5D6C0
Tints of Nebula #B5D6C0
RGB
CMYK
RGB Variations
Color information
#B5D6C0 (or 0xB5D6C0) is known color: Nebula. HEX triplet: B5, D6 and C0. RGB value is (181,214,192). Sum of RGB (Red+Green+Blue) = 181+214+192=587 (77% of max value = 765). Red value is 181 (71.09% from 255 or 30.83% from 587); Green value is 214 (83.98% from 255 or 36.46% from 587); Blue value is 192 (75.39% from 255 or 32.71% from 587); Max value from RGB is 214 - color contains mainly: green. Hex color #B5D6C0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5D6C0 is #4A293F. Grayscale: #C9C9C9. Windows color (decimal): -4860224 or 12637877. OLE color: 12637877.
HSL color Cylindrical-coordinate representation of color #B5D6C0: hue angle of 140º degrees, saturation: 0.29, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #B5D6C0 is Cyan = 0.15, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 181 | 214 | 192 | - |
| CMYK | 0.15 | 0 | 0.10 | 0.16 |
| HSL | 140º | 0.29% | 0.77% | - |
| HSV(B) | 140º | 0.15% | 0.84% | - |
| XYZ | 52.62 | 61.72 | 59.01 | - |
| YUV | 201.63 | 122.57 | 113.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 214 | 192 | 0.15 | 0 | 0.10 | 0.16 | 140 | 0.29 | 0.77 |
| Hex | B5 | D6 | C0 | F | 0 | A | 10 | 8C | 1D | 4D |
| Octal | 265 | 326 | 300 | 17 | 0 | 12 | 20 | 214 | 35 | 115 |
| Binary | 10110101 | 11010110 | 11000000 | 1111 | 0 | 1010 | 10000 | 10001100 | 11101 | 1001101 |
Color Harmonies of #B5D6C0
Complementary color
Monochromatic Colors of #B5D6C0
Black with #B5D6C0
Text Example
Text Example
White with #B5D6C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5D6C0; }
p { color: rgb(181,214,192); }
H1.HeaderClassName
{
color: #B5D6C0;
}
.AnyTagClassName
{
color: #B5D6C0;
}
</style>
background-color css
<style>
a { background-color: #B5D6C0; }
a { background-color: rgb(181,214,192); }
div.DivClassName
{
background-color: #B5D6C0;
}
.BgClassName
{
background-color: #B5D6C0;
}
</style>
border-color css
<style>
span { border-color: #B5D6C0; }
span { border-color: rgb(181,214,192); }
td.TdClassName
{
border-color: #B5D6C0;
}
.TagClassName
{
border-color: #B5D6C0;
}
</style>