Shades of French Grey #B7AFBE
Tints of French Grey #B7AFBE
RGB
CMYK
RGB Variations
Color information
#B7AFBE (or 0xB7AFBE) is known color: French Grey. HEX triplet: B7, AF and BE. RGB value is (183,175,190). Sum of RGB (Red+Green+Blue) = 183+175+190=548 (72% of max value = 765). Red value is 183 (71.88% from 255 or 33.39% from 548); Green value is 175 (68.75% from 255 or 31.93% from 548); Blue value is 190 (74.61% from 255 or 34.67% from 548); Max value from RGB is 190 - color contains mainly: blue. Hex color #B7AFBE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B7AFBE is #485041. Grayscale: #B3B3B3. Windows color (decimal): -4739138 or 12496823. OLE color: 12496823.
HSL color Cylindrical-coordinate representation of color #B7AFBE: hue angle of 272º degrees, saturation: 0.1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #B7AFBE is Cyan = 0.04, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
RGB | 183 | 175 | 190 | - |
CMYK | 0.04 | 0.08 | 0 | 0.25 |
HSL | 272º | 0.1% | 0.72% | - |
HSV(B) | 272º | 0.08% | 0.75% | - |
XYZ | 44.15 | 44.44 | 54.97 | - |
YUV | 179.1 | 134.15 | 130.78 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 183 | 175 | 190 | 0.04 | 0.08 | 0 | 0.25 | 272 | 0.1 | 0.72 |
Hex | B7 | AF | BE | 4 | 8 | 0 | 19 | 110 | A | 48 |
Octal | 267 | 257 | 276 | 4 | 10 | 0 | 31 | 420 | 12 | 110 |
Binary | 10110111 | 10101111 | 10111110 | 100 | 1000 | 0 | 11001 | 100010000 | 1010 | 1001000 |
Color Harmonies of #B7AFBE
Complementary color
Monochromatic Colors of #B7AFBE
Black with #B7AFBE
Text Example
Text Example
White with #B7AFBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7AFBE; }
p { color: rgb(183,175,190); }
H1.HeaderClassName
{
color: #B7AFBE;
}
.AnyTagClassName
{
color: #B7AFBE;
}
</style>
background-color css
<style>
a { background-color: #B7AFBE; }
a { background-color: rgb(183,175,190); }
div.DivClassName
{
background-color: #B7AFBE;
}
.BgClassName
{
background-color: #B7AFBE;
}
</style>
border-color css
<style>
span { border-color: #B7AFBE; }
span { border-color: rgb(183,175,190); }
td.TdClassName
{
border-color: #B7AFBE;
}
.TagClassName
{
border-color: #B7AFBE;
}
</style>