Shades of French Grey #B7ABC6
Tints of French Grey #B7ABC6
RGB
CMYK
RGB Variations
Color information
#B7ABC6 (or 0xB7ABC6) is known color: French Grey. HEX triplet: B7, AB and C6. RGB value is (183,171,198). Sum of RGB (Red+Green+Blue) = 183+171+198=552 (73% of max value = 765). Red value is 183 (71.88% from 255 or 33.15% from 552); Green value is 171 (67.19% from 255 or 30.98% from 552); Blue value is 198 (77.73% from 255 or 35.87% from 552); Max value from RGB is 198 - color contains mainly: blue. Hex color #B7ABC6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B7ABC6 is #485439. Grayscale: #B1B1B1. Windows color (decimal): -4740154 or 13020087. OLE color: 13020087.
HSL color Cylindrical-coordinate representation of color #B7ABC6: hue angle of 266.67º degrees, saturation: 0.19, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #B7ABC6 is Cyan = 0.08, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 183 | 171 | 198 | - |
| CMYK | 0.08 | 0.14 | 0 | 0.22 |
| HSL | 266.67º | 0.19% | 0.72% | - |
| HSV(B) | 266.67º | 0.14% | 0.78% | - |
| XYZ | 44.28 | 43.27 | 59.44 | - |
| YUV | 177.67 | 139.48 | 131.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 171 | 198 | 0.08 | 0.14 | 0 | 0.22 | 266.67 | 0.19 | 0.72 |
| Hex | B7 | AB | C6 | 8 | E | 0 | 16 | 10B | 13 | 48 |
| Octal | 267 | 253 | 306 | 10 | 16 | 0 | 26 | 413 | 23 | 110 |
| Binary | 10110111 | 10101011 | 11000110 | 1000 | 1110 | 0 | 10110 | 100001011 | 10011 | 1001000 |
Color Harmonies of #B7ABC6
Complementary color
Monochromatic Colors of #B7ABC6
Black with #B7ABC6
Text Example
Text Example
White with #B7ABC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7ABC6; }
p { color: rgb(183,171,198); }
H1.HeaderClassName
{
color: #B7ABC6;
}
.AnyTagClassName
{
color: #B7ABC6;
}
</style>
background-color css
<style>
a { background-color: #B7ABC6; }
a { background-color: rgb(183,171,198); }
div.DivClassName
{
background-color: #B7ABC6;
}
.BgClassName
{
background-color: #B7ABC6;
}
</style>
border-color css
<style>
span { border-color: #B7ABC6; }
span { border-color: rgb(183,171,198); }
td.TdClassName
{
border-color: #B7ABC6;
}
.TagClassName
{
border-color: #B7ABC6;
}
</style>