Shades of French Grey #BAADC8
Tints of French Grey #BAADC8
RGB
CMYK
RGB Variations
Color information
#BAADC8 (or 0xBAADC8) is known color: French Grey. HEX triplet: BA, AD and C8. RGB value is (186,173,200). Sum of RGB (Red+Green+Blue) = 186+173+200=559 (74% of max value = 765). Red value is 186 (73.05% from 255 or 33.27% from 559); Green value is 173 (67.97% from 255 or 30.95% from 559); Blue value is 200 (78.52% from 255 or 35.78% from 559); Max value from RGB is 200 - color contains mainly: blue. Hex color #BAADC8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAADC8 is #455237. Grayscale: #B3B3B3. Windows color (decimal): -4543032 or 13151674. OLE color: 13151674.
HSL color Cylindrical-coordinate representation of color #BAADC8: hue angle of 268.89º degrees, saturation: 0.2, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BAADC8 is Cyan = 0.07, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 186 | 173 | 200 | - |
| CMYK | 0.07 | 0.14 | 0 | 0.22 |
| HSL | 268.89º | 0.2% | 0.73% | - |
| HSV(B) | 268.89º | 0.14% | 0.78% | - |
| XYZ | 45.62 | 44.5 | 60.83 | - |
| YUV | 179.97 | 139.31 | 132.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 173 | 200 | 0.07 | 0.14 | 0 | 0.22 | 268.89 | 0.2 | 0.73 |
| Hex | BA | AD | C8 | 7 | E | 0 | 16 | 10D | 14 | 49 |
| Octal | 272 | 255 | 310 | 7 | 16 | 0 | 26 | 415 | 24 | 111 |
| Binary | 10111010 | 10101101 | 11001000 | 111 | 1110 | 0 | 10110 | 100001101 | 10100 | 1001001 |
Color Harmonies of #BAADC8
Complementary color
Monochromatic Colors of #BAADC8
Black with #BAADC8
Text Example
Text Example
White with #BAADC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAADC8; }
p { color: rgb(186,173,200); }
H1.HeaderClassName
{
color: #BAADC8;
}
.AnyTagClassName
{
color: #BAADC8;
}
</style>
background-color css
<style>
a { background-color: #BAADC8; }
a { background-color: rgb(186,173,200); }
div.DivClassName
{
background-color: #BAADC8;
}
.BgClassName
{
background-color: #BAADC8;
}
</style>
border-color css
<style>
span { border-color: #BAADC8; }
span { border-color: rgb(186,173,200); }
td.TdClassName
{
border-color: #BAADC8;
}
.TagClassName
{
border-color: #BAADC8;
}
</style>