Shades of Nebula #B5D2BF
Tints of Nebula #B5D2BF
RGB
CMYK
RGB Variations
Color information
#B5D2BF (or 0xB5D2BF) is known color: Nebula. HEX triplet: B5, D2 and BF. RGB value is (181,210,191). Sum of RGB (Red+Green+Blue) = 181+210+191=582 (77% of max value = 765). Red value is 181 (71.09% from 255 or 31.10% from 582); Green value is 210 (82.42% from 255 or 36.08% from 582); Blue value is 191 (75% from 255 or 32.82% from 582); Max value from RGB is 210 - color contains mainly: green. Hex color #B5D2BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5D2BF is #4A2D40. Grayscale: #C7C7C7. Windows color (decimal): -4861249 or 12571317. OLE color: 12571317.
HSL color Cylindrical-coordinate representation of color #B5D2BF: hue angle of 140.69º 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 #B5D2BF is Cyan = 0.14, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 181 | 210 | 191 | - |
| CMYK | 0.14 | 0 | 0.09 | 0.18 |
| HSL | 140.69º | 0.24% | 0.77% | - |
| HSV(B) | 140.69º | 0.14% | 0.82% | - |
| XYZ | 51.51 | 59.68 | 58.09 | - |
| YUV | 199.16 | 123.39 | 115.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 210 | 191 | 0.14 | 0 | 0.09 | 0.18 | 140.69 | 0.24 | 0.77 |
| Hex | B5 | D2 | BF | E | 0 | 9 | 12 | 8D | 18 | 4D |
| Octal | 265 | 322 | 277 | 16 | 0 | 11 | 22 | 215 | 30 | 115 |
| Binary | 10110101 | 11010010 | 10111111 | 1110 | 0 | 1001 | 10010 | 10001101 | 11000 | 1001101 |
Color Harmonies of #B5D2BF
Complementary color
Monochromatic Colors of #B5D2BF
Black with #B5D2BF
Text Example
Text Example
White with #B5D2BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5D2BF; }
p { color: rgb(181,210,191); }
H1.HeaderClassName
{
color: #B5D2BF;
}
.AnyTagClassName
{
color: #B5D2BF;
}
</style>
background-color css
<style>
a { background-color: #B5D2BF; }
a { background-color: rgb(181,210,191); }
div.DivClassName
{
background-color: #B5D2BF;
}
.BgClassName
{
background-color: #B5D2BF;
}
</style>
border-color css
<style>
span { border-color: #B5D2BF; }
span { border-color: rgb(181,210,191); }
td.TdClassName
{
border-color: #B5D2BF;
}
.TagClassName
{
border-color: #B5D2BF;
}
</style>