Shades of Nebula #B5CEC0
Tints of Nebula #B5CEC0
RGB
CMYK
RGB Variations
Color information
#B5CEC0 (or 0xB5CEC0) is known color: Nebula. HEX triplet: B5, CE and C0. RGB value is (181,206,192). Sum of RGB (Red+Green+Blue) = 181+206+192=579 (76% of max value = 765). Red value is 181 (71.09% from 255 or 31.26% from 579); Green value is 206 (80.86% from 255 or 35.58% from 579); Blue value is 192 (75.39% from 255 or 33.16% from 579); Max value from RGB is 206 - color contains mainly: green. Hex color #B5CEC0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5CEC0 is #4A313F. Grayscale: #C4C4C4. Windows color (decimal): -4862272 or 12635829. OLE color: 12635829.
HSL color Cylindrical-coordinate representation of color #B5CEC0: hue angle of 146.4º 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 #B5CEC0 is Cyan = 0.12, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 181 | 206 | 192 | - |
| CMYK | 0.12 | 0 | 0.07 | 0.19 |
| HSL | 146.4º | 0.2% | 0.76% | - |
| HSV(B) | 146.4º | 0.12% | 0.81% | - |
| XYZ | 50.64 | 57.77 | 58.35 | - |
| YUV | 196.93 | 125.22 | 116.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 206 | 192 | 0.12 | 0 | 0.07 | 0.19 | 146.4 | 0.2 | 0.76 |
| Hex | B5 | CE | C0 | C | 0 | 7 | 13 | 92 | 14 | 4C |
| Octal | 265 | 316 | 300 | 14 | 0 | 7 | 23 | 222 | 24 | 114 |
| Binary | 10110101 | 11001110 | 11000000 | 1100 | 0 | 111 | 10011 | 10010010 | 10100 | 1001100 |
Color Harmonies of #B5CEC0
Complementary color
Monochromatic Colors of #B5CEC0
Black with #B5CEC0
Text Example
Text Example
White with #B5CEC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5CEC0; }
p { color: rgb(181,206,192); }
H1.HeaderClassName
{
color: #B5CEC0;
}
.AnyTagClassName
{
color: #B5CEC0;
}
</style>
background-color css
<style>
a { background-color: #B5CEC0; }
a { background-color: rgb(181,206,192); }
div.DivClassName
{
background-color: #B5CEC0;
}
.BgClassName
{
background-color: #B5CEC0;
}
</style>
border-color css
<style>
span { border-color: #B5CEC0; }
span { border-color: rgb(181,206,192); }
td.TdClassName
{
border-color: #B5CEC0;
}
.TagClassName
{
border-color: #B5CEC0;
}
</style>