Shades of French Grey #BDAFC5
Tints of French Grey #BDAFC5
RGB
CMYK
RGB Variations
Color information
#BDAFC5 (or 0xBDAFC5) is known color: French Grey. HEX triplet: BD, AF and C5. RGB value is (189,175,197). Sum of RGB (Red+Green+Blue) = 189+175+197=561 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.69% from 561); Green value is 175 (68.75% from 255 or 31.19% from 561); Blue value is 197 (77.34% from 255 or 35.12% from 561); Max value from RGB is 197 - color contains mainly: blue. Hex color #BDAFC5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDAFC5 is #42503A. Grayscale: #B5B5B5. Windows color (decimal): -4345915 or 12955581. OLE color: 12955581.
HSL color Cylindrical-coordinate representation of color #BDAFC5: hue angle of 278.18º degrees, saturation: 0.16, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #BDAFC5 is Cyan = 0.04, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
RGB | 189 | 175 | 197 | - |
CMYK | 0.04 | 0.11 | 0 | 0.23 |
HSL | 278.18º | 0.16% | 0.73% | - |
HSV(B) | 278.18º | 0.11% | 0.77% | - |
XYZ | 46.39 | 45.51 | 59.16 | - |
YUV | 181.69 | 136.64 | 133.21 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 189 | 175 | 197 | 0.04 | 0.11 | 0 | 0.23 | 278.18 | 0.16 | 0.73 |
Hex | BD | AF | C5 | 4 | B | 0 | 17 | 116 | 10 | 49 |
Octal | 275 | 257 | 305 | 4 | 13 | 0 | 27 | 426 | 20 | 111 |
Binary | 10111101 | 10101111 | 11000101 | 100 | 1011 | 0 | 10111 | 100010110 | 10000 | 1001001 |
Color Harmonies of #BDAFC5
Complementary color
Monochromatic Colors of #BDAFC5
Black with #BDAFC5
Text Example
Text Example
White with #BDAFC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDAFC5; }
p { color: rgb(189,175,197); }
H1.HeaderClassName
{
color: #BDAFC5;
}
.AnyTagClassName
{
color: #BDAFC5;
}
</style>
background-color css
<style>
a { background-color: #BDAFC5; }
a { background-color: rgb(189,175,197); }
div.DivClassName
{
background-color: #BDAFC5;
}
.BgClassName
{
background-color: #BDAFC5;
}
</style>
border-color css
<style>
span { border-color: #BDAFC5; }
span { border-color: rgb(189,175,197); }
td.TdClassName
{
border-color: #BDAFC5;
}
.TagClassName
{
border-color: #BDAFC5;
}
</style>