Shades of French Grey #B5AFBE
Tints of French Grey #B5AFBE
RGB
CMYK
RGB Variations
Color information
#B5AFBE (or 0xB5AFBE) is known color: French Grey. HEX triplet: B5, AF and BE. RGB value is (181,175,190). Sum of RGB (Red+Green+Blue) = 181+175+190=546 (72% of max value = 765). Red value is 181 (71.09% from 255 or 33.15% from 546); Green value is 175 (68.75% from 255 or 32.05% from 546); Blue value is 190 (74.61% from 255 or 34.80% from 546); Max value from RGB is 190 - color contains mainly: blue. Hex color #B5AFBE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B5AFBE is #4A5041. Grayscale: #B2B2B2. Windows color (decimal): -4870210 or 12496821. OLE color: 12496821.
HSL color Cylindrical-coordinate representation of color #B5AFBE: hue angle of 264º 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 #B5AFBE is Cyan = 0.05, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
RGB | 181 | 175 | 190 | - |
CMYK | 0.05 | 0.08 | 0 | 0.25 |
HSL | 264º | 0.1% | 0.72% | - |
HSV(B) | 264º | 0.08% | 0.75% | - |
XYZ | 43.68 | 44.2 | 54.94 | - |
YUV | 178.5 | 134.49 | 129.78 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 181 | 175 | 190 | 0.05 | 0.08 | 0 | 0.25 | 264 | 0.1 | 0.72 |
Hex | B5 | AF | BE | 5 | 8 | 0 | 19 | 108 | A | 48 |
Octal | 265 | 257 | 276 | 5 | 10 | 0 | 31 | 410 | 12 | 110 |
Binary | 10110101 | 10101111 | 10111110 | 101 | 1000 | 0 | 11001 | 100001000 | 1010 | 1001000 |
Color Harmonies of #B5AFBE
Complementary color
Monochromatic Colors of #B5AFBE
Black with #B5AFBE
Text Example
Text Example
White with #B5AFBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5AFBE; }
p { color: rgb(181,175,190); }
H1.HeaderClassName
{
color: #B5AFBE;
}
.AnyTagClassName
{
color: #B5AFBE;
}
</style>
background-color css
<style>
a { background-color: #B5AFBE; }
a { background-color: rgb(181,175,190); }
div.DivClassName
{
background-color: #B5AFBE;
}
.BgClassName
{
background-color: #B5AFBE;
}
</style>
border-color css
<style>
span { border-color: #B5AFBE; }
span { border-color: rgb(181,175,190); }
td.TdClassName
{
border-color: #B5AFBE;
}
.TagClassName
{
border-color: #B5AFBE;
}
</style>