Shades of Nebula #B5CEBD
Tints of Nebula #B5CEBD
RGB
CMYK
RGB Variations
Color information
#B5CEBD (or 0xB5CEBD) is known color: Nebula. HEX triplet: B5, CE and BD. RGB value is (181,206,189). Sum of RGB (Red+Green+Blue) = 181+206+189=576 (76% of max value = 765). Red value is 181 (71.09% from 255 or 31.42% from 576); Green value is 206 (80.86% from 255 or 35.76% from 576); Blue value is 189 (74.22% from 255 or 32.81% from 576); Max value from RGB is 206 - color contains mainly: green. Hex color #B5CEBD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5CEBD is #4A3142. Grayscale: #C4C4C4. Windows color (decimal): -4862275 or 12439221. OLE color: 12439221.
HSL color Cylindrical-coordinate representation of color #B5CEBD: hue angle of 139.2º degrees, saturation: 0.2, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #B5CEBD is Cyan = 0.12, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 181 | 206 | 189 | - |
| CMYK | 0.12 | 0 | 0.08 | 0.19 |
| HSL | 139.2º | 0.2% | 0.76% | - |
| HSV(B) | 139.2º | 0.12% | 0.81% | - |
| XYZ | 50.31 | 57.64 | 56.62 | - |
| YUV | 196.59 | 123.72 | 116.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 206 | 189 | 0.12 | 0 | 0.08 | 0.19 | 139.2 | 0.2 | 0.76 |
| Hex | B5 | CE | BD | C | 0 | 8 | 13 | 8B | 14 | 4C |
| Octal | 265 | 316 | 275 | 14 | 0 | 10 | 23 | 213 | 24 | 114 |
| Binary | 10110101 | 11001110 | 10111101 | 1100 | 0 | 1000 | 10011 | 10001011 | 10100 | 1001100 |
Color Harmonies of #B5CEBD
Complementary color
Monochromatic Colors of #B5CEBD
Black with #B5CEBD
Text Example
Text Example
White with #B5CEBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5CEBD; }
p { color: rgb(181,206,189); }
H1.HeaderClassName
{
color: #B5CEBD;
}
.AnyTagClassName
{
color: #B5CEBD;
}
</style>
background-color css
<style>
a { background-color: #B5CEBD; }
a { background-color: rgb(181,206,189); }
div.DivClassName
{
background-color: #B5CEBD;
}
.BgClassName
{
background-color: #B5CEBD;
}
</style>
border-color css
<style>
span { border-color: #B5CEBD; }
span { border-color: rgb(181,206,189); }
td.TdClassName
{
border-color: #B5CEBD;
}
.TagClassName
{
border-color: #B5CEBD;
}
</style>