Shades of French Grey #BDBAC3
Tints of French Grey #BDBAC3
RGB
CMYK
RGB Variations
Color information
#BDBAC3 (or 0xBDBAC3) is known color: French Grey. HEX triplet: BD, BA and C3. RGB value is (189,186,195). Sum of RGB (Red+Green+Blue) = 189+186+195=570 (75% of max value = 765). Red value is 189 (74.22% from 255 or 33.16% from 570); Green value is 186 (73.05% from 255 or 32.63% from 570); Blue value is 195 (76.56% from 255 or 34.21% from 570); Max value from RGB is 195 - color contains mainly: blue. Hex color #BDBAC3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDBAC3 is #42453C. Grayscale: #BBBBBB. Windows color (decimal): -4343101 or 12827325. OLE color: 12827325.
HSL color Cylindrical-coordinate representation of color #BDBAC3: hue angle of 260º degrees, saturation: 0.07, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #BDBAC3 is Cyan = 0.03, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
RGB | 189 | 186 | 195 | - |
CMYK | 0.03 | 0.05 | 0 | 0.24 |
HSL | 260º | 0.07% | 0.75% | - |
HSV(B) | 260º | 0.05% | 0.76% | - |
XYZ | 48.4 | 49.88 | 58.71 | - |
YUV | 187.92 | 131.99 | 128.77 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 189 | 186 | 195 | 0.03 | 0.05 | 0 | 0.24 | 260 | 0.07 | 0.75 |
Hex | BD | BA | C3 | 3 | 5 | 0 | 18 | 104 | 7 | 4B |
Octal | 275 | 272 | 303 | 3 | 5 | 0 | 30 | 404 | 7 | 113 |
Binary | 10111101 | 10111010 | 11000011 | 11 | 101 | 0 | 11000 | 100000100 | 111 | 1001011 |
Color Harmonies of #BDBAC3
Complementary color
Monochromatic Colors of #BDBAC3
Black with #BDBAC3
Text Example
Text Example
White with #BDBAC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDBAC3; }
p { color: rgb(189,186,195); }
H1.HeaderClassName
{
color: #BDBAC3;
}
.AnyTagClassName
{
color: #BDBAC3;
}
</style>
background-color css
<style>
a { background-color: #BDBAC3; }
a { background-color: rgb(189,186,195); }
div.DivClassName
{
background-color: #BDBAC3;
}
.BgClassName
{
background-color: #BDBAC3;
}
</style>
border-color css
<style>
span { border-color: #BDBAC3; }
span { border-color: rgb(189,186,195); }
td.TdClassName
{
border-color: #BDBAC3;
}
.TagClassName
{
border-color: #BDBAC3;
}
</style>