Shades of French Grey #B8ABC3
Tints of French Grey #B8ABC3
RGB
CMYK
RGB Variations
Color information
#B8ABC3 (or 0xB8ABC3) is known color: French Grey. HEX triplet: B8, AB and C3. RGB value is (184,171,195). Sum of RGB (Red+Green+Blue) = 184+171+195=550 (72% of max value = 765). Red value is 184 (72.27% from 255 or 33.45% from 550); Green value is 171 (67.19% from 255 or 31.09% from 550); Blue value is 195 (76.56% from 255 or 35.45% from 550); Max value from RGB is 195 - color contains mainly: blue. Hex color #B8ABC3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B8ABC3 is #47543C. Grayscale: #B1B1B1. Windows color (decimal): -4674621 or 12823480. OLE color: 12823480.
HSL color Cylindrical-coordinate representation of color #B8ABC3: hue angle of 272.5º degrees, saturation: 0.17, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #B8ABC3 is Cyan = 0.06, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 184 | 171 | 195 | - |
| CMYK | 0.06 | 0.12 | 0 | 0.24 |
| HSL | 272.5º | 0.17% | 0.72% | - |
| HSV(B) | 272.5º | 0.12% | 0.76% | - |
| XYZ | 44.18 | 43.26 | 57.65 | - |
| YUV | 177.62 | 137.81 | 132.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 171 | 195 | 0.06 | 0.12 | 0 | 0.24 | 272.5 | 0.17 | 0.72 |
| Hex | B8 | AB | C3 | 6 | C | 0 | 18 | 110 | 11 | 48 |
| Octal | 270 | 253 | 303 | 6 | 14 | 0 | 30 | 420 | 21 | 110 |
| Binary | 10111000 | 10101011 | 11000011 | 110 | 1100 | 0 | 11000 | 100010000 | 10001 | 1001000 |
Color Harmonies of #B8ABC3
Complementary color
Monochromatic Colors of #B8ABC3
Black with #B8ABC3
Text Example
Text Example
White with #B8ABC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8ABC3; }
p { color: rgb(184,171,195); }
H1.HeaderClassName
{
color: #B8ABC3;
}
.AnyTagClassName
{
color: #B8ABC3;
}
</style>
background-color css
<style>
a { background-color: #B8ABC3; }
a { background-color: rgb(184,171,195); }
div.DivClassName
{
background-color: #B8ABC3;
}
.BgClassName
{
background-color: #B8ABC3;
}
</style>
border-color css
<style>
span { border-color: #B8ABC3; }
span { border-color: rgb(184,171,195); }
td.TdClassName
{
border-color: #B8ABC3;
}
.TagClassName
{
border-color: #B8ABC3;
}
</style>