Shades of French Grey #B3AEBB
Tints of French Grey #B3AEBB
RGB
CMYK
RGB Variations
Color information
#B3AEBB (or 0xB3AEBB) is known color: French Grey. HEX triplet: B3, AE and BB. RGB value is (179,174,187). Sum of RGB (Red+Green+Blue) = 179+174+187=540 (71% of max value = 765). Red value is 179 (70.31% from 255 or 33.15% from 540); Green value is 174 (68.36% from 255 or 32.22% from 540); Blue value is 187 (73.44% from 255 or 34.63% from 540); Max value from RGB is 187 - color contains mainly: blue. Hex color #B3AEBB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B3AEBB is #4C5144. Grayscale: #B0B0B0. Windows color (decimal): -5001541 or 12299955. OLE color: 12299955.
HSL color Cylindrical-coordinate representation of color #B3AEBB: hue angle of 263.08º degrees, saturation: 0.09, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #B3AEBB is Cyan = 0.04, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 179 | 174 | 187 | - |
| CMYK | 0.04 | 0.07 | 0 | 0.27 |
| HSL | 263.08º | 0.09% | 0.71% | - |
| HSV(B) | 263.08º | 0.07% | 0.73% | - |
| XYZ | 42.7 | 43.44 | 53.15 | - |
| YUV | 176.98 | 133.66 | 129.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 174 | 187 | 0.04 | 0.07 | 0 | 0.27 | 263.08 | 0.09 | 0.71 |
| Hex | B3 | AE | BB | 4 | 7 | 0 | 1B | 107 | 9 | 47 |
| Octal | 263 | 256 | 273 | 4 | 7 | 0 | 33 | 407 | 11 | 107 |
| Binary | 10110011 | 10101110 | 10111011 | 100 | 111 | 0 | 11011 | 100000111 | 1001 | 1000111 |
Color Harmonies of #B3AEBB
Complementary color
Monochromatic Colors of #B3AEBB
Black with #B3AEBB
Text Example
Text Example
White with #B3AEBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3AEBB; }
p { color: rgb(179,174,187); }
H1.HeaderClassName
{
color: #B3AEBB;
}
.AnyTagClassName
{
color: #B3AEBB;
}
</style>
background-color css
<style>
a { background-color: #B3AEBB; }
a { background-color: rgb(179,174,187); }
div.DivClassName
{
background-color: #B3AEBB;
}
.BgClassName
{
background-color: #B3AEBB;
}
</style>
border-color css
<style>
span { border-color: #B3AEBB; }
span { border-color: rgb(179,174,187); }
td.TdClassName
{
border-color: #B3AEBB;
}
.TagClassName
{
border-color: #B3AEBB;
}
</style>