Shades of Nebula #BAC8C0
Tints of Nebula #BAC8C0
RGB
CMYK
RGB Variations
Color information
#BAC8C0 (or 0xBAC8C0) is known color: Nebula. HEX triplet: BA, C8 and C0. RGB value is (186,200,192). Sum of RGB (Red+Green+Blue) = 186+200+192=578 (76% of max value = 765). Red value is 186 (73.05% from 255 or 32.18% from 578); Green value is 200 (78.52% from 255 or 34.60% from 578); Blue value is 192 (75.39% from 255 or 33.22% from 578); Max value from RGB is 200 - color contains mainly: green. Hex color #BAC8C0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAC8C0 is #45373F. Grayscale: #C2C2C2. Windows color (decimal): -4536128 or 12634298. OLE color: 12634298.
HSL color Cylindrical-coordinate representation of color #BAC8C0: hue angle of 145.71º degrees, saturation: 0.11, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #BAC8C0 is Cyan = 0.07, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.22.
Color convert
RGB | 186 | 200 | 192 | - |
CMYK | 0.07 | 0 | 0.04 | 0.22 |
HSL | 145.71º | 0.11% | 0.76% | - |
HSV(B) | 145.71º | 0.07% | 0.78% | - |
XYZ | 50.42 | 55.55 | 57.93 | - |
YUV | 194.9 | 126.36 | 121.65 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 186 | 200 | 192 | 0.07 | 0 | 0.04 | 0.22 | 145.71 | 0.11 | 0.76 |
Hex | BA | C8 | C0 | 7 | 0 | 4 | 16 | 92 | B | 4C |
Octal | 272 | 310 | 300 | 7 | 0 | 4 | 26 | 222 | 13 | 114 |
Binary | 10111010 | 11001000 | 11000000 | 111 | 0 | 100 | 10110 | 10010010 | 1011 | 1001100 |
Color Harmonies of #BAC8C0
Complementary color
Monochromatic Colors of #BAC8C0
Black with #BAC8C0
Text Example
Text Example
White with #BAC8C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC8C0; }
p { color: rgb(186,200,192); }
H1.HeaderClassName
{
color: #BAC8C0;
}
.AnyTagClassName
{
color: #BAC8C0;
}
</style>
background-color css
<style>
a { background-color: #BAC8C0; }
a { background-color: rgb(186,200,192); }
div.DivClassName
{
background-color: #BAC8C0;
}
.BgClassName
{
background-color: #BAC8C0;
}
</style>
border-color css
<style>
span { border-color: #BAC8C0; }
span { border-color: rgb(186,200,192); }
td.TdClassName
{
border-color: #BAC8C0;
}
.TagClassName
{
border-color: #BAC8C0;
}
</style>