Shades of French Grey #B6AEBE
Tints of French Grey #B6AEBE
RGB
CMYK
RGB Variations
Color information
#B6AEBE (or 0xB6AEBE) is known color: French Grey. HEX triplet: B6, AE and BE. RGB value is (182,174,190). Sum of RGB (Red+Green+Blue) = 182+174+190=546 (72% of max value = 765). Red value is 182 (71.48% from 255 or 33.33% from 546); Green value is 174 (68.36% from 255 or 31.87% from 546); Blue value is 190 (74.61% from 255 or 34.80% from 546); Max value from RGB is 190 - color contains mainly: blue. Hex color #B6AEBE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B6AEBE is #495141. Grayscale: #B2B2B2. Windows color (decimal): -4804930 or 12496566. OLE color: 12496566.
HSL color Cylindrical-coordinate representation of color #B6AEBE: hue angle of 270º degrees, saturation: 0.11, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #B6AEBE is Cyan = 0.04, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
RGB | 182 | 174 | 190 | - |
CMYK | 0.04 | 0.08 | 0 | 0.25 |
HSL | 270º | 0.11% | 0.71% | - |
HSV(B) | 270º | 0.08% | 0.75% | - |
XYZ | 43.72 | 43.93 | 54.89 | - |
YUV | 178.22 | 134.65 | 130.7 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 182 | 174 | 190 | 0.04 | 0.08 | 0 | 0.25 | 270 | 0.11 | 0.71 |
Hex | B6 | AE | BE | 4 | 8 | 0 | 19 | 10E | B | 47 |
Octal | 266 | 256 | 276 | 4 | 10 | 0 | 31 | 416 | 13 | 107 |
Binary | 10110110 | 10101110 | 10111110 | 100 | 1000 | 0 | 11001 | 100001110 | 1011 | 1000111 |
Color Harmonies of #B6AEBE
Complementary color
Monochromatic Colors of #B6AEBE
Black with #B6AEBE
Text Example
Text Example
White with #B6AEBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6AEBE; }
p { color: rgb(182,174,190); }
H1.HeaderClassName
{
color: #B6AEBE;
}
.AnyTagClassName
{
color: #B6AEBE;
}
</style>
background-color css
<style>
a { background-color: #B6AEBE; }
a { background-color: rgb(182,174,190); }
div.DivClassName
{
background-color: #B6AEBE;
}
.BgClassName
{
background-color: #B6AEBE;
}
</style>
border-color css
<style>
span { border-color: #B6AEBE; }
span { border-color: rgb(182,174,190); }
td.TdClassName
{
border-color: #B6AEBE;
}
.TagClassName
{
border-color: #B6AEBE;
}
</style>