Shades of Nebula #BACDC2
Tints of Nebula #BACDC2
RGB
CMYK
RGB Variations
Color information
#BACDC2 (or 0xBACDC2) is known color: Nebula. HEX triplet: BA, CD and C2. RGB value is (186,205,194). Sum of RGB (Red+Green+Blue) = 186+205+194=585 (77% of max value = 765). Red value is 186 (73.05% from 255 or 31.79% from 585); Green value is 205 (80.47% from 255 or 35.04% from 585); Blue value is 194 (76.17% from 255 or 33.16% from 585); Max value from RGB is 205 - color contains mainly: green. Hex color #BACDC2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BACDC2 is #45323D. Grayscale: #C6C6C6. Windows color (decimal): -4534846 or 12766650. OLE color: 12766650.
HSL color Cylindrical-coordinate representation of color #BACDC2: hue angle of 145.26º degrees, saturation: 0.16, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #BACDC2 is Cyan = 0.09, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 186 | 205 | 194 | - |
| CMYK | 0.09 | 0 | 0.05 | 0.20 |
| HSL | 145.26º | 0.16% | 0.77% | - |
| HSV(B) | 145.26º | 0.09% | 0.8% | - |
| XYZ | 51.82 | 58 | 59.5 | - |
| YUV | 198.07 | 125.71 | 119.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 205 | 194 | 0.09 | 0 | 0.05 | 0.20 | 145.26 | 0.16 | 0.77 |
| Hex | BA | CD | C2 | 9 | 0 | 5 | 14 | 91 | 10 | 4D |
| Octal | 272 | 315 | 302 | 11 | 0 | 5 | 24 | 221 | 20 | 115 |
| Binary | 10111010 | 11001101 | 11000010 | 1001 | 0 | 101 | 10100 | 10010001 | 10000 | 1001101 |
Color Harmonies of #BACDC2
Complementary color
Monochromatic Colors of #BACDC2
Black with #BACDC2
Text Example
Text Example
White with #BACDC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BACDC2; }
p { color: rgb(186,205,194); }
H1.HeaderClassName
{
color: #BACDC2;
}
.AnyTagClassName
{
color: #BACDC2;
}
</style>
background-color css
<style>
a { background-color: #BACDC2; }
a { background-color: rgb(186,205,194); }
div.DivClassName
{
background-color: #BACDC2;
}
.BgClassName
{
background-color: #BACDC2;
}
</style>
border-color css
<style>
span { border-color: #BACDC2; }
span { border-color: rgb(186,205,194); }
td.TdClassName
{
border-color: #BACDC2;
}
.TagClassName
{
border-color: #BACDC2;
}
</style>