Shades of French Grey #BAADC3
Tints of French Grey #BAADC3
RGB
CMYK
RGB Variations
Color information
#BAADC3 (or 0xBAADC3) is known color: French Grey. HEX triplet: BA, AD and C3. RGB value is (186,173,195). Sum of RGB (Red+Green+Blue) = 186+173+195=554 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.57% from 554); Green value is 173 (67.97% from 255 or 31.23% from 554); Blue value is 195 (76.56% from 255 or 35.20% from 554); Max value from RGB is 195 - color contains mainly: blue. Hex color #BAADC3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAADC3 is #45523C. Grayscale: #B3B3B3. Windows color (decimal): -4543037 or 12823994. OLE color: 12823994.
HSL color Cylindrical-coordinate representation of color #BAADC3: hue angle of 275.45º degrees, saturation: 0.15, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #BAADC3 is Cyan = 0.05, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 186 | 173 | 195 | - |
| CMYK | 0.05 | 0.11 | 0 | 0.24 |
| HSL | 275.45º | 0.15% | 0.72% | - |
| HSV(B) | 275.45º | 0.11% | 0.76% | - |
| XYZ | 45.04 | 44.27 | 57.8 | - |
| YUV | 179.4 | 136.81 | 132.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 173 | 195 | 0.05 | 0.11 | 0 | 0.24 | 275.45 | 0.15 | 0.72 |
| Hex | BA | AD | C3 | 5 | B | 0 | 18 | 113 | F | 48 |
| Octal | 272 | 255 | 303 | 5 | 13 | 0 | 30 | 423 | 17 | 110 |
| Binary | 10111010 | 10101101 | 11000011 | 101 | 1011 | 0 | 11000 | 100010011 | 1111 | 1001000 |
Color Harmonies of #BAADC3
Complementary color
Monochromatic Colors of #BAADC3
Black with #BAADC3
Text Example
Text Example
White with #BAADC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAADC3; }
p { color: rgb(186,173,195); }
H1.HeaderClassName
{
color: #BAADC3;
}
.AnyTagClassName
{
color: #BAADC3;
}
</style>
background-color css
<style>
a { background-color: #BAADC3; }
a { background-color: rgb(186,173,195); }
div.DivClassName
{
background-color: #BAADC3;
}
.BgClassName
{
background-color: #BAADC3;
}
</style>
border-color css
<style>
span { border-color: #BAADC3; }
span { border-color: rgb(186,173,195); }
td.TdClassName
{
border-color: #BAADC3;
}
.TagClassName
{
border-color: #BAADC3;
}
</style>