Shades of French Grey #B2ADB9
Tints of French Grey #B2ADB9
RGB
CMYK
RGB Variations
Color information
#B2ADB9 (or 0xB2ADB9) is known color: French Grey. HEX triplet: B2, AD and B9. RGB value is (178,173,185). Sum of RGB (Red+Green+Blue) = 178+173+185=536 (70% of max value = 765). Red value is 178 (69.92% from 255 or 33.21% from 536); Green value is 173 (67.97% from 255 or 32.28% from 536); Blue value is 185 (72.66% from 255 or 34.51% from 536); Max value from RGB is 185 - color contains mainly: blue. Hex color #B2ADB9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B2ADB9 is #4D5246. Grayscale: #AFAFAF. Windows color (decimal): -5067335 or 12168626. OLE color: 12168626.
HSL color Cylindrical-coordinate representation of color #B2ADB9: hue angle of 265º degrees, saturation: 0.08, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #B2ADB9 is Cyan = 0.04, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
RGB | 178 | 173 | 185 | - |
CMYK | 0.04 | 0.06 | 0 | 0.27 |
HSL | 265º | 0.08% | 0.7% | - |
HSV(B) | 265º | 0.06% | 0.73% | - |
XYZ | 42.06 | 42.85 | 51.95 | - |
YUV | 175.86 | 133.16 | 129.52 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 178 | 173 | 185 | 0.04 | 0.06 | 0 | 0.27 | 265 | 0.08 | 0.7 |
Hex | B2 | AD | B9 | 4 | 6 | 0 | 1B | 109 | 8 | 46 |
Octal | 262 | 255 | 271 | 4 | 6 | 0 | 33 | 411 | 10 | 106 |
Binary | 10110010 | 10101101 | 10111001 | 100 | 110 | 0 | 11011 | 100001001 | 1000 | 1000110 |
Color Harmonies of #B2ADB9
Complementary color
Monochromatic Colors of #B2ADB9
Black with #B2ADB9
Text Example
Text Example
White with #B2ADB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2ADB9; }
p { color: rgb(178,173,185); }
H1.HeaderClassName
{
color: #B2ADB9;
}
.AnyTagClassName
{
color: #B2ADB9;
}
</style>
background-color css
<style>
a { background-color: #B2ADB9; }
a { background-color: rgb(178,173,185); }
div.DivClassName
{
background-color: #B2ADB9;
}
.BgClassName
{
background-color: #B2ADB9;
}
</style>
border-color css
<style>
span { border-color: #B2ADB9; }
span { border-color: rgb(178,173,185); }
td.TdClassName
{
border-color: #B2ADB9;
}
.TagClassName
{
border-color: #B2ADB9;
}
</style>