Shades of Nebula #BACBC1
Tints of Nebula #BACBC1
RGB
CMYK
RGB Variations
Color information
#BACBC1 (or 0xBACBC1) is known color: Nebula. HEX triplet: BA, CB and C1. RGB value is (186,203,193). Sum of RGB (Red+Green+Blue) = 186+203+193=582 (77% of max value = 765). Red value is 186 (73.05% from 255 or 31.96% from 582); Green value is 203 (79.69% from 255 or 34.88% from 582); Blue value is 193 (75.78% from 255 or 33.16% from 582); Max value from RGB is 203 - color contains mainly: green. Hex color #BACBC1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BACBC1 is #45343E. Grayscale: #C4C4C4. Windows color (decimal): -4535359 or 12700602. OLE color: 12700602.
HSL color Cylindrical-coordinate representation of color #BACBC1: hue angle of 144.71º degrees, saturation: 0.14, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #BACBC1 is Cyan = 0.08, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 186 | 203 | 193 | - |
| CMYK | 0.08 | 0 | 0.05 | 0.20 |
| HSL | 144.71º | 0.14% | 0.76% | - |
| HSV(B) | 144.71º | 0.08% | 0.8% | - |
| XYZ | 51.23 | 57 | 58.75 | - |
| YUV | 196.78 | 125.87 | 120.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 203 | 193 | 0.08 | 0 | 0.05 | 0.20 | 144.71 | 0.14 | 0.76 |
| Hex | BA | CB | C1 | 8 | 0 | 5 | 14 | 91 | E | 4C |
| Octal | 272 | 313 | 301 | 10 | 0 | 5 | 24 | 221 | 16 | 114 |
| Binary | 10111010 | 11001011 | 11000001 | 1000 | 0 | 101 | 10100 | 10010001 | 1110 | 1001100 |
Color Harmonies of #BACBC1
Complementary color
Monochromatic Colors of #BACBC1
Black with #BACBC1
Text Example
Text Example
White with #BACBC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BACBC1; }
p { color: rgb(186,203,193); }
H1.HeaderClassName
{
color: #BACBC1;
}
.AnyTagClassName
{
color: #BACBC1;
}
</style>
background-color css
<style>
a { background-color: #BACBC1; }
a { background-color: rgb(186,203,193); }
div.DivClassName
{
background-color: #BACBC1;
}
.BgClassName
{
background-color: #BACBC1;
}
</style>
border-color css
<style>
span { border-color: #BACBC1; }
span { border-color: rgb(186,203,193); }
td.TdClassName
{
border-color: #BACBC1;
}
.TagClassName
{
border-color: #BACBC1;
}
</style>