Shades of Nebula #BACEC3
Tints of Nebula #BACEC3
RGB
CMYK
RGB Variations
Color information
#BACEC3 (or 0xBACEC3) is known color: Nebula. HEX triplet: BA, CE and C3. RGB value is (186,206,195). Sum of RGB (Red+Green+Blue) = 186+206+195=587 (77% of max value = 765). Red value is 186 (73.05% from 255 or 31.69% from 587); Green value is 206 (80.86% from 255 or 35.09% from 587); Blue value is 195 (76.56% from 255 or 33.22% from 587); Max value from RGB is 206 - color contains mainly: green. Hex color #BACEC3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BACEC3 is #45313C. Grayscale: #C6C6C6. Windows color (decimal): -4534589 or 12832442. OLE color: 12832442.
HSL color Cylindrical-coordinate representation of color #BACEC3: hue angle of 147º degrees, saturation: 0.17, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BACEC3 is Cyan = 0.10, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 186 | 206 | 195 | - |
| CMYK | 0.10 | 0 | 0.05 | 0.19 |
| HSL | 147º | 0.17% | 0.77% | - |
| HSV(B) | 147º | 0.1% | 0.81% | - |
| XYZ | 52.17 | 58.52 | 60.18 | - |
| YUV | 198.77 | 125.87 | 118.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 206 | 195 | 0.10 | 0 | 0.05 | 0.19 | 147 | 0.17 | 0.77 |
| Hex | BA | CE | C3 | A | 0 | 5 | 13 | 93 | 11 | 4D |
| Octal | 272 | 316 | 303 | 12 | 0 | 5 | 23 | 223 | 21 | 115 |
| Binary | 10111010 | 11001110 | 11000011 | 1010 | 0 | 101 | 10011 | 10010011 | 10001 | 1001101 |
Color Harmonies of #BACEC3
Complementary color
Monochromatic Colors of #BACEC3
Black with #BACEC3
Text Example
Text Example
White with #BACEC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BACEC3; }
p { color: rgb(186,206,195); }
H1.HeaderClassName
{
color: #BACEC3;
}
.AnyTagClassName
{
color: #BACEC3;
}
</style>
background-color css
<style>
a { background-color: #BACEC3; }
a { background-color: rgb(186,206,195); }
div.DivClassName
{
background-color: #BACEC3;
}
.BgClassName
{
background-color: #BACEC3;
}
</style>
border-color css
<style>
span { border-color: #BACEC3; }
span { border-color: rgb(186,206,195); }
td.TdClassName
{
border-color: #BACEC3;
}
.TagClassName
{
border-color: #BACEC3;
}
</style>