Shades of Nebula #BAC4BD
Tints of Nebula #BAC4BD
RGB
CMYK
RGB Variations
Color information
#BAC4BD (or 0xBAC4BD) is known color: Nebula. HEX triplet: BA, C4 and BD. RGB value is (186,196,189). Sum of RGB (Red+Green+Blue) = 186+196+189=571 (75% of max value = 765). Red value is 186 (73.05% from 255 or 32.57% from 571); Green value is 196 (76.95% from 255 or 34.33% from 571); Blue value is 189 (74.22% from 255 or 33.10% from 571); Max value from RGB is 196 - color contains mainly: green. Hex color #BAC4BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAC4BD is #453B42. Grayscale: #C0C0C0. Windows color (decimal): -4537155 or 12436666. OLE color: 12436666.
HSL color Cylindrical-coordinate representation of color #BAC4BD: hue angle of 138º degrees, saturation: 0.08, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #BAC4BD is Cyan = 0.05, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 186 | 196 | 189 | - |
| CMYK | 0.05 | 0 | 0.04 | 0.23 |
| HSL | 138º | 0.08% | 0.75% | - |
| HSV(B) | 138º | 0.05% | 0.77% | - |
| XYZ | 49.17 | 53.59 | 55.9 | - |
| YUV | 192.21 | 126.19 | 123.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 196 | 189 | 0.05 | 0 | 0.04 | 0.23 | 138 | 0.08 | 0.75 |
| Hex | BA | C4 | BD | 5 | 0 | 4 | 17 | 8A | 8 | 4B |
| Octal | 272 | 304 | 275 | 5 | 0 | 4 | 27 | 212 | 10 | 113 |
| Binary | 10111010 | 11000100 | 10111101 | 101 | 0 | 100 | 10111 | 10001010 | 1000 | 1001011 |
Color Harmonies of #BAC4BD
Complementary color
Monochromatic Colors of #BAC4BD
Black with #BAC4BD
Text Example
Text Example
White with #BAC4BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC4BD; }
p { color: rgb(186,196,189); }
H1.HeaderClassName
{
color: #BAC4BD;
}
.AnyTagClassName
{
color: #BAC4BD;
}
</style>
background-color css
<style>
a { background-color: #BAC4BD; }
a { background-color: rgb(186,196,189); }
div.DivClassName
{
background-color: #BAC4BD;
}
.BgClassName
{
background-color: #BAC4BD;
}
</style>
border-color css
<style>
span { border-color: #BAC4BD; }
span { border-color: rgb(186,196,189); }
td.TdClassName
{
border-color: #BAC4BD;
}
.TagClassName
{
border-color: #BAC4BD;
}
</style>