Shades of French Grey #BDBAC2
Tints of French Grey #BDBAC2
RGB
CMYK
RGB Variations
Color information
#BDBAC2 (or 0xBDBAC2) is known color: French Grey. HEX triplet: BD, BA and C2. RGB value is (189,186,194). Sum of RGB (Red+Green+Blue) = 189+186+194=569 (75% of max value = 765). Red value is 189 (74.22% from 255 or 33.22% from 569); Green value is 186 (73.05% from 255 or 32.69% from 569); Blue value is 194 (76.17% from 255 or 34.09% from 569); Max value from RGB is 194 - color contains mainly: blue. Hex color #BDBAC2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDBAC2 is #42453D. Grayscale: #BBBBBB. Windows color (decimal): -4343102 or 12761789. OLE color: 12761789.
HSL color Cylindrical-coordinate representation of color #BDBAC2: hue angle of 262.5º degrees, saturation: 0.06, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #BDBAC2 is Cyan = 0.03, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
RGB | 189 | 186 | 194 | - |
CMYK | 0.03 | 0.04 | 0 | 0.24 |
HSL | 262.5º | 0.06% | 0.75% | - |
HSV(B) | 262.5º | 0.04% | 0.76% | - |
XYZ | 48.28 | 49.83 | 58.11 | - |
YUV | 187.81 | 131.49 | 128.85 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 189 | 186 | 194 | 0.03 | 0.04 | 0 | 0.24 | 262.5 | 0.06 | 0.75 |
Hex | BD | BA | C2 | 3 | 4 | 0 | 18 | 106 | 6 | 4B |
Octal | 275 | 272 | 302 | 3 | 4 | 0 | 30 | 406 | 6 | 113 |
Binary | 10111101 | 10111010 | 11000010 | 11 | 100 | 0 | 11000 | 100000110 | 110 | 1001011 |
Color Harmonies of #BDBAC2
Complementary color
Monochromatic Colors of #BDBAC2
Black with #BDBAC2
Text Example
Text Example
White with #BDBAC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDBAC2; }
p { color: rgb(189,186,194); }
H1.HeaderClassName
{
color: #BDBAC2;
}
.AnyTagClassName
{
color: #BDBAC2;
}
</style>
background-color css
<style>
a { background-color: #BDBAC2; }
a { background-color: rgb(189,186,194); }
div.DivClassName
{
background-color: #BDBAC2;
}
.BgClassName
{
background-color: #BDBAC2;
}
</style>
border-color css
<style>
span { border-color: #BDBAC2; }
span { border-color: rgb(189,186,194); }
td.TdClassName
{
border-color: #BDBAC2;
}
.TagClassName
{
border-color: #BDBAC2;
}
</style>