Shades of French Grey #BDBBC1
Tints of French Grey #BDBBC1
RGB
CMYK
RGB Variations
Color information
#BDBBC1 (or 0xBDBBC1) is known color: French Grey. HEX triplet: BD, BB and C1. RGB value is (189,187,193). Sum of RGB (Red+Green+Blue) = 189+187+193=569 (75% of max value = 765). Red value is 189 (74.22% from 255 or 33.22% from 569); Green value is 187 (73.44% from 255 or 32.86% from 569); Blue value is 193 (75.78% from 255 or 33.92% from 569); Max value from RGB is 193 - color contains mainly: blue. Hex color #BDBBC1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDBBC1 is #42443E. Grayscale: #BCBCBC. Windows color (decimal): -4342847 or 12696509. OLE color: 12696509.
HSL color Cylindrical-coordinate representation of color #BDBBC1: hue angle of 260º degrees, saturation: 0.05, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #BDBBC1 is Cyan = 0.02, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
RGB | 189 | 187 | 193 | - |
CMYK | 0.02 | 0.03 | 0 | 0.24 |
HSL | 260º | 0.05% | 0.75% | - |
HSV(B) | 260º | 0.03% | 0.76% | - |
XYZ | 48.38 | 50.21 | 57.59 | - |
YUV | 188.28 | 130.66 | 128.51 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 189 | 187 | 193 | 0.02 | 0.03 | 0 | 0.24 | 260 | 0.05 | 0.75 |
Hex | BD | BB | C1 | 2 | 3 | 0 | 18 | 104 | 5 | 4B |
Octal | 275 | 273 | 301 | 2 | 3 | 0 | 30 | 404 | 5 | 113 |
Binary | 10111101 | 10111011 | 11000001 | 10 | 11 | 0 | 11000 | 100000100 | 101 | 1001011 |
Color Harmonies of #BDBBC1
Complementary color
Monochromatic Colors of #BDBBC1
Black with #BDBBC1
Text Example
Text Example
White with #BDBBC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDBBC1; }
p { color: rgb(189,187,193); }
H1.HeaderClassName
{
color: #BDBBC1;
}
.AnyTagClassName
{
color: #BDBBC1;
}
</style>
background-color css
<style>
a { background-color: #BDBBC1; }
a { background-color: rgb(189,187,193); }
div.DivClassName
{
background-color: #BDBBC1;
}
.BgClassName
{
background-color: #BDBBC1;
}
</style>
border-color css
<style>
span { border-color: #BDBBC1; }
span { border-color: rgb(189,187,193); }
td.TdClassName
{
border-color: #BDBBC1;
}
.TagClassName
{
border-color: #BDBBC1;
}
</style>