Shades of Nebula #B5C2BA
Tints of Nebula #B5C2BA
RGB
CMYK
RGB Variations
Color information
#B5C2BA (or 0xB5C2BA) is known color: Nebula. HEX triplet: B5, C2 and BA. RGB value is (181,194,186). Sum of RGB (Red+Green+Blue) = 181+194+186=561 (74% of max value = 765). Red value is 181 (71.09% from 255 or 32.26% from 561); Green value is 194 (76.17% from 255 or 34.58% from 561); Blue value is 186 (73.05% from 255 or 33.16% from 561); Max value from RGB is 194 - color contains mainly: green. Hex color #B5C2BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5C2BA is #4A3D45. Grayscale: #BDBDBD. Windows color (decimal): -4865350 or 12239541. OLE color: 12239541.
HSL color Cylindrical-coordinate representation of color #B5C2BA: hue angle of 143.08º degrees, saturation: 0.1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #B5C2BA is Cyan = 0.07, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 181 | 194 | 186 | - |
| CMYK | 0.07 | 0 | 0.04 | 0.24 |
| HSL | 143.08º | 0.1% | 0.74% | - |
| HSV(B) | 143.08º | 0.07% | 0.76% | - |
| XYZ | 47.21 | 51.95 | 53.99 | - |
| YUV | 189.2 | 126.19 | 122.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 194 | 186 | 0.07 | 0 | 0.04 | 0.24 | 143.08 | 0.1 | 0.74 |
| Hex | B5 | C2 | BA | 7 | 0 | 4 | 18 | 8F | A | 4A |
| Octal | 265 | 302 | 272 | 7 | 0 | 4 | 30 | 217 | 12 | 112 |
| Binary | 10110101 | 11000010 | 10111010 | 111 | 0 | 100 | 11000 | 10001111 | 1010 | 1001010 |
Color Harmonies of #B5C2BA
Complementary color
Monochromatic Colors of #B5C2BA
Black with #B5C2BA
Text Example
Text Example
White with #B5C2BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5C2BA; }
p { color: rgb(181,194,186); }
H1.HeaderClassName
{
color: #B5C2BA;
}
.AnyTagClassName
{
color: #B5C2BA;
}
</style>
background-color css
<style>
a { background-color: #B5C2BA; }
a { background-color: rgb(181,194,186); }
div.DivClassName
{
background-color: #B5C2BA;
}
.BgClassName
{
background-color: #B5C2BA;
}
</style>
border-color css
<style>
span { border-color: #B5C2BA; }
span { border-color: rgb(181,194,186); }
td.TdClassName
{
border-color: #B5C2BA;
}
.TagClassName
{
border-color: #B5C2BA;
}
</style>