Shades of French Grey #BDAEC9
Tints of French Grey #BDAEC9
RGB
CMYK
RGB Variations
Color information
#BDAEC9 (or 0xBDAEC9) is known color: French Grey. HEX triplet: BD, AE and C9. RGB value is (189,174,201). Sum of RGB (Red+Green+Blue) = 189+174+201=564 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.51% from 564); Green value is 174 (68.36% from 255 or 30.85% from 564); Blue value is 201 (78.91% from 255 or 35.64% from 564); Max value from RGB is 201 - color contains mainly: blue. Hex color #BDAEC9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDAEC9 is #425136. Grayscale: #B5B5B5. Windows color (decimal): -4346167 or 13217469. OLE color: 13217469.
HSL color Cylindrical-coordinate representation of color #BDAEC9: hue angle of 273.33º degrees, saturation: 0.2, 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 #BDAEC9 is Cyan = 0.06, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
RGB | 189 | 174 | 201 | - |
CMYK | 0.06 | 0.13 | 0 | 0.21 |
HSL | 273.33º | 0.2% | 0.74% | - |
HSV(B) | 273.33º | 0.13% | 0.79% | - |
XYZ | 46.66 | 45.31 | 61.54 | - |
YUV | 181.56 | 138.97 | 133.3 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 189 | 174 | 201 | 0.06 | 0.13 | 0 | 0.21 | 273.33 | 0.2 | 0.74 |
Hex | BD | AE | C9 | 6 | D | 0 | 15 | 111 | 14 | 4A |
Octal | 275 | 256 | 311 | 6 | 15 | 0 | 25 | 421 | 24 | 112 |
Binary | 10111101 | 10101110 | 11001001 | 110 | 1101 | 0 | 10101 | 100010001 | 10100 | 1001010 |
Color Harmonies of #BDAEC9
Complementary color
Monochromatic Colors of #BDAEC9
Black with #BDAEC9
Text Example
Text Example
White with #BDAEC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDAEC9; }
p { color: rgb(189,174,201); }
H1.HeaderClassName
{
color: #BDAEC9;
}
.AnyTagClassName
{
color: #BDAEC9;
}
</style>
background-color css
<style>
a { background-color: #BDAEC9; }
a { background-color: rgb(189,174,201); }
div.DivClassName
{
background-color: #BDAEC9;
}
.BgClassName
{
background-color: #BDAEC9;
}
</style>
border-color css
<style>
span { border-color: #BDAEC9; }
span { border-color: rgb(189,174,201); }
td.TdClassName
{
border-color: #BDAEC9;
}
.TagClassName
{
border-color: #BDAEC9;
}
</style>