Shades of French Grey #B5AEC3
Tints of French Grey #B5AEC3
RGB
CMYK
RGB Variations
Color information
#B5AEC3 (or 0xB5AEC3) is known color: French Grey. HEX triplet: B5, AE and C3. RGB value is (181,174,195). Sum of RGB (Red+Green+Blue) = 181+174+195=550 (72% of max value = 765). Red value is 181 (71.09% from 255 or 32.91% from 550); Green value is 174 (68.36% from 255 or 31.64% from 550); Blue value is 195 (76.56% from 255 or 35.45% from 550); Max value from RGB is 195 - color contains mainly: blue. Hex color #B5AEC3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B5AEC3 is #4A513C. Grayscale: #B2B2B2. Windows color (decimal): -4870461 or 12824245. OLE color: 12824245.
HSL color Cylindrical-coordinate representation of color #B5AEC3: hue angle of 260º degrees, saturation: 0.15, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #B5AEC3 is Cyan = 0.07, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 181 | 174 | 195 | - |
| CMYK | 0.07 | 0.11 | 0 | 0.24 |
| HSL | 260º | 0.15% | 0.72% | - |
| HSV(B) | 260º | 0.11% | 0.76% | - |
| XYZ | 44.04 | 44.04 | 57.81 | - |
| YUV | 178.49 | 137.32 | 129.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 174 | 195 | 0.07 | 0.11 | 0 | 0.24 | 260 | 0.15 | 0.72 |
| Hex | B5 | AE | C3 | 7 | B | 0 | 18 | 104 | F | 48 |
| Octal | 265 | 256 | 303 | 7 | 13 | 0 | 30 | 404 | 17 | 110 |
| Binary | 10110101 | 10101110 | 11000011 | 111 | 1011 | 0 | 11000 | 100000100 | 1111 | 1001000 |
Color Harmonies of #B5AEC3
Complementary color
Monochromatic Colors of #B5AEC3
Black with #B5AEC3
Text Example
Text Example
White with #B5AEC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5AEC3; }
p { color: rgb(181,174,195); }
H1.HeaderClassName
{
color: #B5AEC3;
}
.AnyTagClassName
{
color: #B5AEC3;
}
</style>
background-color css
<style>
a { background-color: #B5AEC3; }
a { background-color: rgb(181,174,195); }
div.DivClassName
{
background-color: #B5AEC3;
}
.BgClassName
{
background-color: #B5AEC3;
}
</style>
border-color css
<style>
span { border-color: #B5AEC3; }
span { border-color: rgb(181,174,195); }
td.TdClassName
{
border-color: #B5AEC3;
}
.TagClassName
{
border-color: #B5AEC3;
}
</style>