Shades of French Grey #BDAFC7
Tints of French Grey #BDAFC7
RGB
CMYK
RGB Variations
Color information
#BDAFC7 (or 0xBDAFC7) is known color: French Grey. HEX triplet: BD, AF and C7. RGB value is (189,175,199). Sum of RGB (Red+Green+Blue) = 189+175+199=563 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.57% from 563); Green value is 175 (68.75% from 255 or 31.08% from 563); Blue value is 199 (78.12% from 255 or 35.35% from 563); Max value from RGB is 199 - color contains mainly: blue. Hex color #BDAFC7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDAFC7 is #425038. Grayscale: #B5B5B5. Windows color (decimal): -4345913 or 13086653. OLE color: 13086653.
HSL color Cylindrical-coordinate representation of color #BDAFC7: hue angle of 275º degrees, saturation: 0.18, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BDAFC7 is Cyan = 0.05, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
RGB | 189 | 175 | 199 | - |
CMYK | 0.05 | 0.12 | 0 | 0.22 |
HSL | 275º | 0.18% | 0.73% | - |
HSV(B) | 275º | 0.12% | 0.78% | - |
XYZ | 46.63 | 45.6 | 60.38 | - |
YUV | 181.92 | 137.64 | 133.05 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 189 | 175 | 199 | 0.05 | 0.12 | 0 | 0.22 | 275 | 0.18 | 0.73 |
Hex | BD | AF | C7 | 5 | C | 0 | 16 | 113 | 12 | 49 |
Octal | 275 | 257 | 307 | 5 | 14 | 0 | 26 | 423 | 22 | 111 |
Binary | 10111101 | 10101111 | 11000111 | 101 | 1100 | 0 | 10110 | 100010011 | 10010 | 1001001 |
Color Harmonies of #BDAFC7
Complementary color
Monochromatic Colors of #BDAFC7
Black with #BDAFC7
Text Example
Text Example
White with #BDAFC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDAFC7; }
p { color: rgb(189,175,199); }
H1.HeaderClassName
{
color: #BDAFC7;
}
.AnyTagClassName
{
color: #BDAFC7;
}
</style>
background-color css
<style>
a { background-color: #BDAFC7; }
a { background-color: rgb(189,175,199); }
div.DivClassName
{
background-color: #BDAFC7;
}
.BgClassName
{
background-color: #BDAFC7;
}
</style>
border-color css
<style>
span { border-color: #BDAFC7; }
span { border-color: rgb(189,175,199); }
td.TdClassName
{
border-color: #BDAFC7;
}
.TagClassName
{
border-color: #BDAFC7;
}
</style>