Shades of French Grey #BAACC4
Tints of French Grey #BAACC4
RGB
CMYK
RGB Variations
Color information
#BAACC4 (or 0xBAACC4) is known color: French Grey. HEX triplet: BA, AC and C4. RGB value is (186,172,196). Sum of RGB (Red+Green+Blue) = 186+172+196=554 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.57% from 554); Green value is 172 (67.58% from 255 or 31.05% from 554); Blue value is 196 (76.95% from 255 or 35.38% from 554); Max value from RGB is 196 - color contains mainly: blue. Hex color #BAACC4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAACC4 is #45533B. Grayscale: #B2B2B2. Windows color (decimal): -4543292 or 12889274. OLE color: 12889274.
HSL color Cylindrical-coordinate representation of color #BAACC4: hue angle of 275º degrees, saturation: 0.17, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BAACC4 is Cyan = 0.05, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 186 | 172 | 196 | - |
| CMYK | 0.05 | 0.12 | 0 | 0.23 |
| HSL | 275º | 0.17% | 0.72% | - |
| HSV(B) | 275º | 0.12% | 0.77% | - |
| XYZ | 44.97 | 43.93 | 58.33 | - |
| YUV | 178.92 | 137.64 | 133.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 172 | 196 | 0.05 | 0.12 | 0 | 0.23 | 275 | 0.17 | 0.72 |
| Hex | BA | AC | C4 | 5 | C | 0 | 17 | 113 | 11 | 48 |
| Octal | 272 | 254 | 304 | 5 | 14 | 0 | 27 | 423 | 21 | 110 |
| Binary | 10111010 | 10101100 | 11000100 | 101 | 1100 | 0 | 10111 | 100010011 | 10001 | 1001000 |
Color Harmonies of #BAACC4
Complementary color
Monochromatic Colors of #BAACC4
Black with #BAACC4
Text Example
Text Example
White with #BAACC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAACC4; }
p { color: rgb(186,172,196); }
H1.HeaderClassName
{
color: #BAACC4;
}
.AnyTagClassName
{
color: #BAACC4;
}
</style>
background-color css
<style>
a { background-color: #BAACC4; }
a { background-color: rgb(186,172,196); }
div.DivClassName
{
background-color: #BAACC4;
}
.BgClassName
{
background-color: #BAACC4;
}
</style>
border-color css
<style>
span { border-color: #BAACC4; }
span { border-color: rgb(186,172,196); }
td.TdClassName
{
border-color: #BAACC4;
}
.TagClassName
{
border-color: #BAACC4;
}
</style>