Shades of French Grey #B8AFC5
Tints of French Grey #B8AFC5
RGB
CMYK
RGB Variations
Color information
#B8AFC5 (or 0xB8AFC5) is known color: French Grey. HEX triplet: B8, AF and C5. RGB value is (184,175,197). Sum of RGB (Red+Green+Blue) = 184+175+197=556 (73% of max value = 765). Red value is 184 (72.27% from 255 or 33.09% from 556); Green value is 175 (68.75% from 255 or 31.47% from 556); Blue value is 197 (77.34% from 255 or 35.43% from 556); Max value from RGB is 197 - color contains mainly: blue. Hex color #B8AFC5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B8AFC5 is #47503A. Grayscale: #B4B4B4. Windows color (decimal): -4673595 or 12955576. OLE color: 12955576.
HSL color Cylindrical-coordinate representation of color #B8AFC5: hue angle of 264.55º degrees, saturation: 0.16, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #B8AFC5 is Cyan = 0.07, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 184 | 175 | 197 | - |
| CMYK | 0.07 | 0.11 | 0 | 0.23 |
| HSL | 264.55º | 0.16% | 0.73% | - |
| HSV(B) | 264.55º | 0.11% | 0.77% | - |
| XYZ | 45.18 | 44.88 | 59.11 | - |
| YUV | 180.2 | 137.48 | 130.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 175 | 197 | 0.07 | 0.11 | 0 | 0.23 | 264.55 | 0.16 | 0.73 |
| Hex | B8 | AF | C5 | 7 | B | 0 | 17 | 109 | 10 | 49 |
| Octal | 270 | 257 | 305 | 7 | 13 | 0 | 27 | 411 | 20 | 111 |
| Binary | 10111000 | 10101111 | 11000101 | 111 | 1011 | 0 | 10111 | 100001001 | 10000 | 1001001 |
Color Harmonies of #B8AFC5
Complementary color
Monochromatic Colors of #B8AFC5
Black with #B8AFC5
Text Example
Text Example
White with #B8AFC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8AFC5; }
p { color: rgb(184,175,197); }
H1.HeaderClassName
{
color: #B8AFC5;
}
.AnyTagClassName
{
color: #B8AFC5;
}
</style>
background-color css
<style>
a { background-color: #B8AFC5; }
a { background-color: rgb(184,175,197); }
div.DivClassName
{
background-color: #B8AFC5;
}
.BgClassName
{
background-color: #B8AFC5;
}
</style>
border-color css
<style>
span { border-color: #B8AFC5; }
span { border-color: rgb(184,175,197); }
td.TdClassName
{
border-color: #B8AFC5;
}
.TagClassName
{
border-color: #B8AFC5;
}
</style>