Shades of Nebula #B5D0BE
Tints of Nebula #B5D0BE
RGB
CMYK
RGB Variations
Color information
#B5D0BE (or 0xB5D0BE) is known color: Nebula. HEX triplet: B5, D0 and BE. RGB value is (181,208,190). Sum of RGB (Red+Green+Blue) = 181+208+190=579 (76% of max value = 765). Red value is 181 (71.09% from 255 or 31.26% from 579); Green value is 208 (81.64% from 255 or 35.92% from 579); Blue value is 190 (74.61% from 255 or 32.82% from 579); Max value from RGB is 208 - color contains mainly: green. Hex color #B5D0BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5D0BE is #4A2F41. Grayscale: #C5C5C5. Windows color (decimal): -4861762 or 12505269. OLE color: 12505269.
HSL color Cylindrical-coordinate representation of color #B5D0BE: hue angle of 140º degrees, saturation: 0.22, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #B5D0BE is Cyan = 0.13, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 181 | 208 | 190 | - |
| CMYK | 0.13 | 0 | 0.09 | 0.18 |
| HSL | 140º | 0.22% | 0.76% | - |
| HSV(B) | 140º | 0.13% | 0.82% | - |
| XYZ | 50.91 | 58.65 | 57.35 | - |
| YUV | 197.88 | 123.55 | 115.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 208 | 190 | 0.13 | 0 | 0.09 | 0.18 | 140 | 0.22 | 0.76 |
| Hex | B5 | D0 | BE | D | 0 | 9 | 12 | 8C | 16 | 4C |
| Octal | 265 | 320 | 276 | 15 | 0 | 11 | 22 | 214 | 26 | 114 |
| Binary | 10110101 | 11010000 | 10111110 | 1101 | 0 | 1001 | 10010 | 10001100 | 10110 | 1001100 |
Color Harmonies of #B5D0BE
Complementary color
Monochromatic Colors of #B5D0BE
Black with #B5D0BE
Text Example
Text Example
White with #B5D0BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5D0BE; }
p { color: rgb(181,208,190); }
H1.HeaderClassName
{
color: #B5D0BE;
}
.AnyTagClassName
{
color: #B5D0BE;
}
</style>
background-color css
<style>
a { background-color: #B5D0BE; }
a { background-color: rgb(181,208,190); }
div.DivClassName
{
background-color: #B5D0BE;
}
.BgClassName
{
background-color: #B5D0BE;
}
</style>
border-color css
<style>
span { border-color: #B5D0BE; }
span { border-color: rgb(181,208,190); }
td.TdClassName
{
border-color: #B5D0BE;
}
.TagClassName
{
border-color: #B5D0BE;
}
</style>