Shades of French Grey #B2ADBB
Tints of French Grey #B2ADBB
RGB
CMYK
RGB Variations
Color information
#B2ADBB (or 0xB2ADBB) is known color: French Grey. HEX triplet: B2, AD and BB. RGB value is (178,173,187). Sum of RGB (Red+Green+Blue) = 178+173+187=538 (71% of max value = 765). Red value is 178 (69.92% from 255 or 33.09% from 538); Green value is 173 (67.97% from 255 or 32.16% from 538); Blue value is 187 (73.44% from 255 or 34.76% from 538); Max value from RGB is 187 - color contains mainly: blue. Hex color #B2ADBB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B2ADBB is #4D5244. Grayscale: #B0B0B0. Windows color (decimal): -5067333 or 12299698. OLE color: 12299698.
HSL color Cylindrical-coordinate representation of color #B2ADBB: hue angle of 261.43º degrees, saturation: 0.09, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #B2ADBB is Cyan = 0.05, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 178 | 173 | 187 | - |
| CMYK | 0.05 | 0.07 | 0 | 0.27 |
| HSL | 261.43º | 0.09% | 0.71% | - |
| HSV(B) | 261.43º | 0.07% | 0.73% | - |
| XYZ | 42.27 | 42.94 | 53.07 | - |
| YUV | 176.09 | 134.16 | 129.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 173 | 187 | 0.05 | 0.07 | 0 | 0.27 | 261.43 | 0.09 | 0.71 |
| Hex | B2 | AD | BB | 5 | 7 | 0 | 1B | 105 | 9 | 47 |
| Octal | 262 | 255 | 273 | 5 | 7 | 0 | 33 | 405 | 11 | 107 |
| Binary | 10110010 | 10101101 | 10111011 | 101 | 111 | 0 | 11011 | 100000101 | 1001 | 1000111 |
Color Harmonies of #B2ADBB
Complementary color
Monochromatic Colors of #B2ADBB
Black with #B2ADBB
Text Example
Text Example
White with #B2ADBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2ADBB; }
p { color: rgb(178,173,187); }
H1.HeaderClassName
{
color: #B2ADBB;
}
.AnyTagClassName
{
color: #B2ADBB;
}
</style>
background-color css
<style>
a { background-color: #B2ADBB; }
a { background-color: rgb(178,173,187); }
div.DivClassName
{
background-color: #B2ADBB;
}
.BgClassName
{
background-color: #B2ADBB;
}
</style>
border-color css
<style>
span { border-color: #B2ADBB; }
span { border-color: rgb(178,173,187); }
td.TdClassName
{
border-color: #B2ADBB;
}
.TagClassName
{
border-color: #B2ADBB;
}
</style>