Shades of French Grey #B7AFC5
Tints of French Grey #B7AFC5
RGB
CMYK
RGB Variations
Color information
#B7AFC5 (or 0xB7AFC5) is known color: French Grey. HEX triplet: B7, AF and C5. RGB value is (183,175,197). Sum of RGB (Red+Green+Blue) = 183+175+197=555 (73% of max value = 765). Red value is 183 (71.88% from 255 or 32.97% from 555); Green value is 175 (68.75% from 255 or 31.53% from 555); Blue value is 197 (77.34% from 255 or 35.50% from 555); Max value from RGB is 197 - color contains mainly: blue. Hex color #B7AFC5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B7AFC5 is #48503A. Grayscale: #B3B3B3. Windows color (decimal): -4739131 or 12955575. OLE color: 12955575.
HSL color Cylindrical-coordinate representation of color #B7AFC5: hue angle of 261.82º 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 #B7AFC5 is Cyan = 0.07, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 183 | 175 | 197 | - |
| CMYK | 0.07 | 0.11 | 0 | 0.23 |
| HSL | 261.82º | 0.16% | 0.73% | - |
| HSV(B) | 261.82º | 0.11% | 0.77% | - |
| XYZ | 44.94 | 44.76 | 59.09 | - |
| YUV | 179.9 | 137.65 | 130.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 175 | 197 | 0.07 | 0.11 | 0 | 0.23 | 261.82 | 0.16 | 0.73 |
| Hex | B7 | AF | C5 | 7 | B | 0 | 17 | 106 | 10 | 49 |
| Octal | 267 | 257 | 305 | 7 | 13 | 0 | 27 | 406 | 20 | 111 |
| Binary | 10110111 | 10101111 | 11000101 | 111 | 1011 | 0 | 10111 | 100000110 | 10000 | 1001001 |
Color Harmonies of #B7AFC5
Complementary color
Monochromatic Colors of #B7AFC5
Black with #B7AFC5
Text Example
Text Example
White with #B7AFC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7AFC5; }
p { color: rgb(183,175,197); }
H1.HeaderClassName
{
color: #B7AFC5;
}
.AnyTagClassName
{
color: #B7AFC5;
}
</style>
background-color css
<style>
a { background-color: #B7AFC5; }
a { background-color: rgb(183,175,197); }
div.DivClassName
{
background-color: #B7AFC5;
}
.BgClassName
{
background-color: #B7AFC5;
}
</style>
border-color css
<style>
span { border-color: #B7AFC5; }
span { border-color: rgb(183,175,197); }
td.TdClassName
{
border-color: #B7AFC5;
}
.TagClassName
{
border-color: #B7AFC5;
}
</style>