Shades of Nebula #B5D2BE
Tints of Nebula #B5D2BE
RGB
CMYK
RGB Variations
Color information
#B5D2BE (or 0xB5D2BE) is known color: Nebula. HEX triplet: B5, D2 and BE. RGB value is (181,210,190). Sum of RGB (Red+Green+Blue) = 181+210+190=581 (76% of max value = 765). Red value is 181 (71.09% from 255 or 31.15% from 581); Green value is 210 (82.42% from 255 or 36.14% from 581); Blue value is 190 (74.61% from 255 or 32.70% from 581); Max value from RGB is 210 - color contains mainly: green. Hex color #B5D2BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5D2BE is #4A2D41. Grayscale: #C7C7C7. Windows color (decimal): -4861250 or 12505781. OLE color: 12505781.
HSL color Cylindrical-coordinate representation of color #B5D2BE: hue angle of 138.62º degrees, saturation: 0.24, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #B5D2BE is Cyan = 0.14, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 181 | 210 | 190 | - |
| CMYK | 0.14 | 0 | 0.10 | 0.18 |
| HSL | 138.62º | 0.24% | 0.77% | - |
| HSV(B) | 138.62º | 0.14% | 0.82% | - |
| XYZ | 51.4 | 59.63 | 57.52 | - |
| YUV | 199.05 | 122.89 | 115.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 210 | 190 | 0.14 | 0 | 0.10 | 0.18 | 138.62 | 0.24 | 0.77 |
| Hex | B5 | D2 | BE | E | 0 | A | 12 | 8B | 18 | 4D |
| Octal | 265 | 322 | 276 | 16 | 0 | 12 | 22 | 213 | 30 | 115 |
| Binary | 10110101 | 11010010 | 10111110 | 1110 | 0 | 1010 | 10010 | 10001011 | 11000 | 1001101 |
Color Harmonies of #B5D2BE
Complementary color
Monochromatic Colors of #B5D2BE
Black with #B5D2BE
Text Example
Text Example
White with #B5D2BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5D2BE; }
p { color: rgb(181,210,190); }
H1.HeaderClassName
{
color: #B5D2BE;
}
.AnyTagClassName
{
color: #B5D2BE;
}
</style>
background-color css
<style>
a { background-color: #B5D2BE; }
a { background-color: rgb(181,210,190); }
div.DivClassName
{
background-color: #B5D2BE;
}
.BgClassName
{
background-color: #B5D2BE;
}
</style>
border-color css
<style>
span { border-color: #B5D2BE; }
span { border-color: rgb(181,210,190); }
td.TdClassName
{
border-color: #B5D2BE;
}
.TagClassName
{
border-color: #B5D2BE;
}
</style>