Shades of Nebula #BACEC4
Tints of Nebula #BACEC4
RGB
CMYK
RGB Variations
Color information
#BACEC4 (or 0xBACEC4) is known color: Nebula. HEX triplet: BA, CE and C4. RGB value is (186,206,196). Sum of RGB (Red+Green+Blue) = 186+206+196=588 (77% of max value = 765). Red value is 186 (73.05% from 255 or 31.63% from 588); Green value is 206 (80.86% from 255 or 35.03% from 588); Blue value is 196 (76.95% from 255 or 33.33% from 588); Max value from RGB is 206 - color contains mainly: green. Hex color #BACEC4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BACEC4 is #45313B. Grayscale: #C6C6C6. Windows color (decimal): -4534588 or 12897978. OLE color: 12897978.
HSL color Cylindrical-coordinate representation of color #BACEC4: hue angle of 150º 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 #BACEC4 is Cyan = 0.10, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 186 | 206 | 196 | - |
| CMYK | 0.10 | 0 | 0.05 | 0.19 |
| HSL | 150º | 0.17% | 0.77% | - |
| HSV(B) | 150º | 0.1% | 0.81% | - |
| XYZ | 52.28 | 58.57 | 60.77 | - |
| YUV | 198.88 | 126.37 | 118.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 206 | 196 | 0.10 | 0 | 0.05 | 0.19 | 150 | 0.17 | 0.77 |
| Hex | BA | CE | C4 | A | 0 | 5 | 13 | 96 | 11 | 4D |
| Octal | 272 | 316 | 304 | 12 | 0 | 5 | 23 | 226 | 21 | 115 |
| Binary | 10111010 | 11001110 | 11000100 | 1010 | 0 | 101 | 10011 | 10010110 | 10001 | 1001101 |
Color Harmonies of #BACEC4
Complementary color
Monochromatic Colors of #BACEC4
Black with #BACEC4
Text Example
Text Example
White with #BACEC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BACEC4; }
p { color: rgb(186,206,196); }
H1.HeaderClassName
{
color: #BACEC4;
}
.AnyTagClassName
{
color: #BACEC4;
}
</style>
background-color css
<style>
a { background-color: #BACEC4; }
a { background-color: rgb(186,206,196); }
div.DivClassName
{
background-color: #BACEC4;
}
.BgClassName
{
background-color: #BACEC4;
}
</style>
border-color css
<style>
span { border-color: #BACEC4; }
span { border-color: rgb(186,206,196); }
td.TdClassName
{
border-color: #BACEC4;
}
.TagClassName
{
border-color: #BACEC4;
}
</style>