Shades of Nebula #BACCC0
Tints of Nebula #BACCC0
RGB
CMYK
RGB Variations
Color information
#BACCC0 (or 0xBACCC0) is known color: Nebula. HEX triplet: BA, CC and C0. RGB value is (186,204,192). Sum of RGB (Red+Green+Blue) = 186+204+192=582 (77% of max value = 765). Red value is 186 (73.05% from 255 or 31.96% from 582); Green value is 204 (80.08% from 255 or 35.05% from 582); Blue value is 192 (75.39% from 255 or 32.99% from 582); Max value from RGB is 204 - color contains mainly: green. Hex color #BACCC0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BACCC0 is #45333F. Grayscale: #C5C5C5. Windows color (decimal): -4535104 or 12635322. OLE color: 12635322.
HSL color Cylindrical-coordinate representation of color #BACCC0: hue angle of 140º degrees, saturation: 0.15, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #BACCC0 is Cyan = 0.09, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 186 | 204 | 192 | - |
| CMYK | 0.09 | 0 | 0.06 | 0.2 |
| HSL | 140º | 0.15% | 0.76% | - |
| HSV(B) | 140º | 0.09% | 0.8% | - |
| XYZ | 51.36 | 57.43 | 58.25 | - |
| YUV | 197.25 | 125.04 | 119.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 204 | 192 | 0.09 | 0 | 0.06 | 0.2 | 140 | 0.15 | 0.76 |
| Hex | BA | CC | C0 | 9 | 0 | 6 | 14 | 8C | F | 4C |
| Octal | 272 | 314 | 300 | 11 | 0 | 6 | 24 | 214 | 17 | 114 |
| Binary | 10111010 | 11001100 | 11000000 | 1001 | 0 | 110 | 10100 | 10001100 | 1111 | 1001100 |
Color Harmonies of #BACCC0
Complementary color
Monochromatic Colors of #BACCC0
Black with #BACCC0
Text Example
Text Example
White with #BACCC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BACCC0; }
p { color: rgb(186,204,192); }
H1.HeaderClassName
{
color: #BACCC0;
}
.AnyTagClassName
{
color: #BACCC0;
}
</style>
background-color css
<style>
a { background-color: #BACCC0; }
a { background-color: rgb(186,204,192); }
div.DivClassName
{
background-color: #BACCC0;
}
.BgClassName
{
background-color: #BACCC0;
}
</style>
border-color css
<style>
span { border-color: #BACCC0; }
span { border-color: rgb(186,204,192); }
td.TdClassName
{
border-color: #BACCC0;
}
.TagClassName
{
border-color: #BACCC0;
}
</style>