Shades of French Grey #B5AFBC
Tints of French Grey #B5AFBC
RGB
CMYK
RGB Variations
Color information
#B5AFBC (or 0xB5AFBC) is known color: French Grey. HEX triplet: B5, AF and BC. RGB value is (181,175,188). Sum of RGB (Red+Green+Blue) = 181+175+188=544 (72% of max value = 765). Red value is 181 (71.09% from 255 or 33.27% from 544); Green value is 175 (68.75% from 255 or 32.17% from 544); Blue value is 188 (73.83% from 255 or 34.56% from 544); Max value from RGB is 188 - color contains mainly: blue. Hex color #B5AFBC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B5AFBC is #4A5043. Grayscale: #B2B2B2. Windows color (decimal): -4870212 or 12365749. OLE color: 12365749.
HSL color Cylindrical-coordinate representation of color #B5AFBC: hue angle of 267.69º degrees, saturation: 0.09, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #B5AFBC is Cyan = 0.04, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
RGB | 181 | 175 | 188 | - |
CMYK | 0.04 | 0.07 | 0 | 0.26 |
HSL | 267.69º | 0.09% | 0.71% | - |
HSV(B) | 267.69º | 0.07% | 0.74% | - |
XYZ | 43.46 | 44.11 | 53.8 | - |
YUV | 178.28 | 133.49 | 129.94 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 181 | 175 | 188 | 0.04 | 0.07 | 0 | 0.26 | 267.69 | 0.09 | 0.71 |
Hex | B5 | AF | BC | 4 | 7 | 0 | 1A | 10C | 9 | 47 |
Octal | 265 | 257 | 274 | 4 | 7 | 0 | 32 | 414 | 11 | 107 |
Binary | 10110101 | 10101111 | 10111100 | 100 | 111 | 0 | 11010 | 100001100 | 1001 | 1000111 |
Color Harmonies of #B5AFBC
Complementary color
Monochromatic Colors of #B5AFBC
Black with #B5AFBC
Text Example
Text Example
White with #B5AFBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5AFBC; }
p { color: rgb(181,175,188); }
H1.HeaderClassName
{
color: #B5AFBC;
}
.AnyTagClassName
{
color: #B5AFBC;
}
</style>
background-color css
<style>
a { background-color: #B5AFBC; }
a { background-color: rgb(181,175,188); }
div.DivClassName
{
background-color: #B5AFBC;
}
.BgClassName
{
background-color: #B5AFBC;
}
</style>
border-color css
<style>
span { border-color: #B5AFBC; }
span { border-color: rgb(181,175,188); }
td.TdClassName
{
border-color: #B5AFBC;
}
.TagClassName
{
border-color: #B5AFBC;
}
</style>