Shades of French Grey #BDAFC9
Tints of French Grey #BDAFC9
RGB
CMYK
RGB Variations
Color information
#BDAFC9 (or 0xBDAFC9) is known color: French Grey. HEX triplet: BD, AF and C9. RGB value is (189,175,201). Sum of RGB (Red+Green+Blue) = 189+175+201=565 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.45% from 565); Green value is 175 (68.75% from 255 or 30.97% from 565); Blue value is 201 (78.91% from 255 or 35.58% from 565); Max value from RGB is 201 - color contains mainly: blue. Hex color #BDAFC9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDAFC9 is #425036. Grayscale: #B6B6B6. Windows color (decimal): -4345911 or 13217725. OLE color: 13217725.
HSL color Cylindrical-coordinate representation of color #BDAFC9: hue angle of 272.31º degrees, saturation: 0.19, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BDAFC9 is Cyan = 0.06, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
RGB | 189 | 175 | 201 | - |
CMYK | 0.06 | 0.13 | 0 | 0.21 |
HSL | 272.31º | 0.19% | 0.74% | - |
HSV(B) | 272.31º | 0.13% | 0.79% | - |
XYZ | 46.86 | 45.7 | 61.61 | - |
YUV | 182.15 | 138.64 | 132.89 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 189 | 175 | 201 | 0.06 | 0.13 | 0 | 0.21 | 272.31 | 0.19 | 0.74 |
Hex | BD | AF | C9 | 6 | D | 0 | 15 | 110 | 13 | 4A |
Octal | 275 | 257 | 311 | 6 | 15 | 0 | 25 | 420 | 23 | 112 |
Binary | 10111101 | 10101111 | 11001001 | 110 | 1101 | 0 | 10101 | 100010000 | 10011 | 1001010 |
Color Harmonies of #BDAFC9
Complementary color
Monochromatic Colors of #BDAFC9
Black with #BDAFC9
Text Example
Text Example
White with #BDAFC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDAFC9; }
p { color: rgb(189,175,201); }
H1.HeaderClassName
{
color: #BDAFC9;
}
.AnyTagClassName
{
color: #BDAFC9;
}
</style>
background-color css
<style>
a { background-color: #BDAFC9; }
a { background-color: rgb(189,175,201); }
div.DivClassName
{
background-color: #BDAFC9;
}
.BgClassName
{
background-color: #BDAFC9;
}
</style>
border-color css
<style>
span { border-color: #BDAFC9; }
span { border-color: rgb(189,175,201); }
td.TdClassName
{
border-color: #BDAFC9;
}
.TagClassName
{
border-color: #BDAFC9;
}
</style>