Shades of French Grey #B2ADBA
Tints of French Grey #B2ADBA
RGB
CMYK
RGB Variations
Color information
#B2ADBA (or 0xB2ADBA) is known color: French Grey. HEX triplet: B2, AD and BA. RGB value is (178,173,186). Sum of RGB (Red+Green+Blue) = 178+173+186=537 (71% of max value = 765). Red value is 178 (69.92% from 255 or 33.15% from 537); Green value is 173 (67.97% from 255 or 32.22% from 537); Blue value is 186 (73.05% from 255 or 34.64% from 537); Max value from RGB is 186 - color contains mainly: blue. Hex color #B2ADBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B2ADBA is #4D5245. Grayscale: #AFAFAF. Windows color (decimal): -5067334 or 12234162. OLE color: 12234162.
HSL color Cylindrical-coordinate representation of color #B2ADBA: hue angle of 263.08º degrees, saturation: 0.09, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #B2ADBA is Cyan = 0.04, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 178 | 173 | 186 | - |
| CMYK | 0.04 | 0.07 | 0 | 0.27 |
| HSL | 263.08º | 0.09% | 0.7% | - |
| HSV(B) | 263.08º | 0.07% | 0.73% | - |
| XYZ | 42.17 | 42.9 | 52.51 | - |
| YUV | 175.98 | 133.66 | 129.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 173 | 186 | 0.04 | 0.07 | 0 | 0.27 | 263.08 | 0.09 | 0.7 |
| Hex | B2 | AD | BA | 4 | 7 | 0 | 1B | 107 | 9 | 46 |
| Octal | 262 | 255 | 272 | 4 | 7 | 0 | 33 | 407 | 11 | 106 |
| Binary | 10110010 | 10101101 | 10111010 | 100 | 111 | 0 | 11011 | 100000111 | 1001 | 1000110 |
Color Harmonies of #B2ADBA
Complementary color
Monochromatic Colors of #B2ADBA
Black with #B2ADBA
Text Example
Text Example
White with #B2ADBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2ADBA; }
p { color: rgb(178,173,186); }
H1.HeaderClassName
{
color: #B2ADBA;
}
.AnyTagClassName
{
color: #B2ADBA;
}
</style>
background-color css
<style>
a { background-color: #B2ADBA; }
a { background-color: rgb(178,173,186); }
div.DivClassName
{
background-color: #B2ADBA;
}
.BgClassName
{
background-color: #B2ADBA;
}
</style>
border-color css
<style>
span { border-color: #B2ADBA; }
span { border-color: rgb(178,173,186); }
td.TdClassName
{
border-color: #B2ADBA;
}
.TagClassName
{
border-color: #B2ADBA;
}
</style>