Shades of Nebula #BAC4BE
Tints of Nebula #BAC4BE
RGB
CMYK
RGB Variations
Color information
#BAC4BE (or 0xBAC4BE) is known color: Nebula. HEX triplet: BA, C4 and BE. RGB value is (186,196,190). Sum of RGB (Red+Green+Blue) = 186+196+190=572 (75% of max value = 765). Red value is 186 (73.05% from 255 or 32.52% from 572); Green value is 196 (76.95% from 255 or 34.27% from 572); Blue value is 190 (74.61% from 255 or 33.22% from 572); Max value from RGB is 196 - color contains mainly: green. Hex color #BAC4BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAC4BE is #453B41. Grayscale: #C0C0C0. Windows color (decimal): -4537154 or 12502202. OLE color: 12502202.
HSL color Cylindrical-coordinate representation of color #BAC4BE: hue angle of 144º 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 #BAC4BE is Cyan = 0.05, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 186 | 196 | 190 | - |
| CMYK | 0.05 | 0 | 0.03 | 0.23 |
| HSL | 144º | 0.08% | 0.75% | - |
| HSV(B) | 144º | 0.05% | 0.77% | - |
| XYZ | 49.28 | 53.64 | 56.47 | - |
| YUV | 192.33 | 126.69 | 123.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 196 | 190 | 0.05 | 0 | 0.03 | 0.23 | 144 | 0.08 | 0.75 |
| Hex | BA | C4 | BE | 5 | 0 | 3 | 17 | 90 | 8 | 4B |
| Octal | 272 | 304 | 276 | 5 | 0 | 3 | 27 | 220 | 10 | 113 |
| Binary | 10111010 | 11000100 | 10111110 | 101 | 0 | 11 | 10111 | 10010000 | 1000 | 1001011 |
Color Harmonies of #BAC4BE
Complementary color
Monochromatic Colors of #BAC4BE
Black with #BAC4BE
Text Example
Text Example
White with #BAC4BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC4BE; }
p { color: rgb(186,196,190); }
H1.HeaderClassName
{
color: #BAC4BE;
}
.AnyTagClassName
{
color: #BAC4BE;
}
</style>
background-color css
<style>
a { background-color: #BAC4BE; }
a { background-color: rgb(186,196,190); }
div.DivClassName
{
background-color: #BAC4BE;
}
.BgClassName
{
background-color: #BAC4BE;
}
</style>
border-color css
<style>
span { border-color: #BAC4BE; }
span { border-color: rgb(186,196,190); }
td.TdClassName
{
border-color: #BAC4BE;
}
.TagClassName
{
border-color: #BAC4BE;
}
</style>