Shades of French Grey #BDAEC7
Tints of French Grey #BDAEC7
RGB
CMYK
RGB Variations
Color information
#BDAEC7 (or 0xBDAEC7) is known color: French Grey. HEX triplet: BD, AE and C7. RGB value is (189,174,199). Sum of RGB (Red+Green+Blue) = 189+174+199=562 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.63% from 562); Green value is 174 (68.36% from 255 or 30.96% from 562); Blue value is 199 (78.12% from 255 or 35.41% from 562); Max value from RGB is 199 - color contains mainly: blue. Hex color #BDAEC7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDAEC7 is #425138. Grayscale: #B5B5B5. Windows color (decimal): -4346169 or 13086397. OLE color: 13086397.
HSL color Cylindrical-coordinate representation of color #BDAEC7: hue angle of 276º degrees, saturation: 0.18, 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 #BDAEC7 is Cyan = 0.05, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
RGB | 189 | 174 | 199 | - |
CMYK | 0.05 | 0.13 | 0 | 0.22 |
HSL | 276º | 0.18% | 0.73% | - |
HSV(B) | 276º | 0.13% | 0.78% | - |
XYZ | 46.43 | 45.21 | 60.31 | - |
YUV | 181.34 | 137.97 | 133.47 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 189 | 174 | 199 | 0.05 | 0.13 | 0 | 0.22 | 276 | 0.18 | 0.73 |
Hex | BD | AE | C7 | 5 | D | 0 | 16 | 114 | 12 | 49 |
Octal | 275 | 256 | 307 | 5 | 15 | 0 | 26 | 424 | 22 | 111 |
Binary | 10111101 | 10101110 | 11000111 | 101 | 1101 | 0 | 10110 | 100010100 | 10010 | 1001001 |
Color Harmonies of #BDAEC7
Complementary color
Monochromatic Colors of #BDAEC7
Black with #BDAEC7
Text Example
Text Example
White with #BDAEC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDAEC7; }
p { color: rgb(189,174,199); }
H1.HeaderClassName
{
color: #BDAEC7;
}
.AnyTagClassName
{
color: #BDAEC7;
}
</style>
background-color css
<style>
a { background-color: #BDAEC7; }
a { background-color: rgb(189,174,199); }
div.DivClassName
{
background-color: #BDAEC7;
}
.BgClassName
{
background-color: #BDAEC7;
}
</style>
border-color css
<style>
span { border-color: #BDAEC7; }
span { border-color: rgb(189,174,199); }
td.TdClassName
{
border-color: #BDAEC7;
}
.TagClassName
{
border-color: #BDAEC7;
}
</style>