Shades of Nebula #BACAC0
Tints of Nebula #BACAC0
RGB
CMYK
RGB Variations
Color information
#BACAC0 (or 0xBACAC0) is known color: Nebula. HEX triplet: BA, CA and C0. RGB value is (186,202,192). Sum of RGB (Red+Green+Blue) = 186+202+192=580 (76% of max value = 765). Red value is 186 (73.05% from 255 or 32.07% from 580); Green value is 202 (79.30% from 255 or 34.83% from 580); Blue value is 192 (75.39% from 255 or 33.10% from 580); Max value from RGB is 202 - color contains mainly: green. Hex color #BACAC0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BACAC0 is #45353F. Grayscale: #C4C4C4. Windows color (decimal): -4535616 or 12634810. OLE color: 12634810.
HSL color Cylindrical-coordinate representation of color #BACAC0: hue angle of 142.5º degrees, saturation: 0.13, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #BACAC0 is Cyan = 0.08, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 186 | 202 | 192 | - |
| CMYK | 0.08 | 0 | 0.05 | 0.21 |
| HSL | 142.5º | 0.13% | 0.76% | - |
| HSV(B) | 142.5º | 0.08% | 0.79% | - |
| XYZ | 50.88 | 56.49 | 58.09 | - |
| YUV | 196.08 | 125.7 | 120.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 202 | 192 | 0.08 | 0 | 0.05 | 0.21 | 142.5 | 0.13 | 0.76 |
| Hex | BA | CA | C0 | 8 | 0 | 5 | 15 | 8E | D | 4C |
| Octal | 272 | 312 | 300 | 10 | 0 | 5 | 25 | 216 | 15 | 114 |
| Binary | 10111010 | 11001010 | 11000000 | 1000 | 0 | 101 | 10101 | 10001110 | 1101 | 1001100 |
Color Harmonies of #BACAC0
Complementary color
Monochromatic Colors of #BACAC0
Black with #BACAC0
Text Example
Text Example
White with #BACAC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BACAC0; }
p { color: rgb(186,202,192); }
H1.HeaderClassName
{
color: #BACAC0;
}
.AnyTagClassName
{
color: #BACAC0;
}
</style>
background-color css
<style>
a { background-color: #BACAC0; }
a { background-color: rgb(186,202,192); }
div.DivClassName
{
background-color: #BACAC0;
}
.BgClassName
{
background-color: #BACAC0;
}
</style>
border-color css
<style>
span { border-color: #BACAC0; }
span { border-color: rgb(186,202,192); }
td.TdClassName
{
border-color: #BACAC0;
}
.TagClassName
{
border-color: #BACAC0;
}
</style>