Shades of French Grey #B5AFC0
Tints of French Grey #B5AFC0
RGB
CMYK
RGB Variations
Color information
#B5AFC0 (or 0xB5AFC0) is known color: French Grey. HEX triplet: B5, AF and C0. RGB value is (181,175,192). Sum of RGB (Red+Green+Blue) = 181+175+192=548 (72% of max value = 765). Red value is 181 (71.09% from 255 or 33.03% from 548); Green value is 175 (68.75% from 255 or 31.93% from 548); Blue value is 192 (75.39% from 255 or 35.04% from 548); Max value from RGB is 192 - color contains mainly: blue. Hex color #B5AFC0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B5AFC0 is #4A503F. Grayscale: #B2B2B2. Windows color (decimal): -4870208 or 12627893. OLE color: 12627893.
HSL color Cylindrical-coordinate representation of color #B5AFC0: hue angle of 261.18º degrees, saturation: 0.12, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #B5AFC0 is Cyan = 0.06, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
RGB | 181 | 175 | 192 | - |
CMYK | 0.06 | 0.09 | 0 | 0.25 |
HSL | 261.18º | 0.12% | 0.72% | - |
HSV(B) | 261.18º | 0.09% | 0.75% | - |
XYZ | 43.9 | 44.29 | 56.1 | - |
YUV | 178.73 | 135.49 | 129.62 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 181 | 175 | 192 | 0.06 | 0.09 | 0 | 0.25 | 261.18 | 0.12 | 0.72 |
Hex | B5 | AF | C0 | 6 | 9 | 0 | 19 | 105 | C | 48 |
Octal | 265 | 257 | 300 | 6 | 11 | 0 | 31 | 405 | 14 | 110 |
Binary | 10110101 | 10101111 | 11000000 | 110 | 1001 | 0 | 11001 | 100000101 | 1100 | 1001000 |
Color Harmonies of #B5AFC0
Complementary color
Monochromatic Colors of #B5AFC0
Black with #B5AFC0
Text Example
Text Example
White with #B5AFC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5AFC0; }
p { color: rgb(181,175,192); }
H1.HeaderClassName
{
color: #B5AFC0;
}
.AnyTagClassName
{
color: #B5AFC0;
}
</style>
background-color css
<style>
a { background-color: #B5AFC0; }
a { background-color: rgb(181,175,192); }
div.DivClassName
{
background-color: #B5AFC0;
}
.BgClassName
{
background-color: #B5AFC0;
}
</style>
border-color css
<style>
span { border-color: #B5AFC0; }
span { border-color: rgb(181,175,192); }
td.TdClassName
{
border-color: #B5AFC0;
}
.TagClassName
{
border-color: #B5AFC0;
}
</style>