Shades of French Grey #BAADC5
Tints of French Grey #BAADC5
RGB
CMYK
RGB Variations
Color information
#BAADC5 (or 0xBAADC5) is known color: French Grey. HEX triplet: BA, AD and C5. RGB value is (186,173,197). Sum of RGB (Red+Green+Blue) = 186+173+197=556 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.45% from 556); Green value is 173 (67.97% from 255 or 31.12% from 556); Blue value is 197 (77.34% from 255 or 35.43% from 556); Max value from RGB is 197 - color contains mainly: blue. Hex color #BAADC5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAADC5 is #45523A. Grayscale: #B3B3B3. Windows color (decimal): -4543035 or 12955066. OLE color: 12955066.
HSL color Cylindrical-coordinate representation of color #BAADC5: hue angle of 272.5º degrees, saturation: 0.17, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BAADC5 is Cyan = 0.06, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 186 | 173 | 197 | - |
| CMYK | 0.06 | 0.12 | 0 | 0.23 |
| HSL | 272.5º | 0.17% | 0.73% | - |
| HSV(B) | 272.5º | 0.12% | 0.77% | - |
| XYZ | 45.27 | 44.36 | 59 | - |
| YUV | 179.62 | 137.81 | 132.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 173 | 197 | 0.06 | 0.12 | 0 | 0.23 | 272.5 | 0.17 | 0.73 |
| Hex | BA | AD | C5 | 6 | C | 0 | 17 | 110 | 11 | 49 |
| Octal | 272 | 255 | 305 | 6 | 14 | 0 | 27 | 420 | 21 | 111 |
| Binary | 10111010 | 10101101 | 11000101 | 110 | 1100 | 0 | 10111 | 100010000 | 10001 | 1001001 |
Color Harmonies of #BAADC5
Complementary color
Monochromatic Colors of #BAADC5
Black with #BAADC5
Text Example
Text Example
White with #BAADC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAADC5; }
p { color: rgb(186,173,197); }
H1.HeaderClassName
{
color: #BAADC5;
}
.AnyTagClassName
{
color: #BAADC5;
}
</style>
background-color css
<style>
a { background-color: #BAADC5; }
a { background-color: rgb(186,173,197); }
div.DivClassName
{
background-color: #BAADC5;
}
.BgClassName
{
background-color: #BAADC5;
}
</style>
border-color css
<style>
span { border-color: #BAADC5; }
span { border-color: rgb(186,173,197); }
td.TdClassName
{
border-color: #BAADC5;
}
.TagClassName
{
border-color: #BAADC5;
}
</style>