Shades of French Grey #B5AEBC
Tints of French Grey #B5AEBC
RGB
CMYK
RGB Variations
Color information
#B5AEBC (or 0xB5AEBC) is known color: French Grey. HEX triplet: B5, AE and BC. RGB value is (181,174,188). Sum of RGB (Red+Green+Blue) = 181+174+188=543 (71% of max value = 765). Red value is 181 (71.09% from 255 or 33.33% from 543); Green value is 174 (68.36% from 255 or 32.04% from 543); Blue value is 188 (73.83% from 255 or 34.62% from 543); Max value from RGB is 188 - color contains mainly: blue. Hex color #B5AEBC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B5AEBC is #4A5143. Grayscale: #B1B1B1. Windows color (decimal): -4870468 or 12365493. OLE color: 12365493.
HSL color Cylindrical-coordinate representation of color #B5AEBC: hue angle of 270º 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 #B5AEBC is Cyan = 0.04, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 181 | 174 | 188 | - |
| CMYK | 0.04 | 0.07 | 0 | 0.26 |
| HSL | 270º | 0.09% | 0.71% | - |
| HSV(B) | 270º | 0.07% | 0.74% | - |
| XYZ | 43.27 | 43.73 | 53.74 | - |
| YUV | 177.69 | 133.82 | 130.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 174 | 188 | 0.04 | 0.07 | 0 | 0.26 | 270 | 0.09 | 0.71 |
| Hex | B5 | AE | BC | 4 | 7 | 0 | 1A | 10E | 9 | 47 |
| Octal | 265 | 256 | 274 | 4 | 7 | 0 | 32 | 416 | 11 | 107 |
| Binary | 10110101 | 10101110 | 10111100 | 100 | 111 | 0 | 11010 | 100001110 | 1001 | 1000111 |
Color Harmonies of #B5AEBC
Complementary color
Monochromatic Colors of #B5AEBC
Black with #B5AEBC
Text Example
Text Example
White with #B5AEBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5AEBC; }
p { color: rgb(181,174,188); }
H1.HeaderClassName
{
color: #B5AEBC;
}
.AnyTagClassName
{
color: #B5AEBC;
}
</style>
background-color css
<style>
a { background-color: #B5AEBC; }
a { background-color: rgb(181,174,188); }
div.DivClassName
{
background-color: #B5AEBC;
}
.BgClassName
{
background-color: #B5AEBC;
}
</style>
border-color css
<style>
span { border-color: #B5AEBC; }
span { border-color: rgb(181,174,188); }
td.TdClassName
{
border-color: #B5AEBC;
}
.TagClassName
{
border-color: #B5AEBC;
}
</style>