Shades of French Grey #B7AEC3
Tints of French Grey #B7AEC3
RGB
CMYK
RGB Variations
Color information
#B7AEC3 (or 0xB7AEC3) is known color: French Grey. HEX triplet: B7, AE and C3. RGB value is (183,174,195). Sum of RGB (Red+Green+Blue) = 183+174+195=552 (73% of max value = 765). Red value is 183 (71.88% from 255 or 33.15% from 552); Green value is 174 (68.36% from 255 or 31.52% from 552); Blue value is 195 (76.56% from 255 or 35.33% from 552); Max value from RGB is 195 - color contains mainly: blue. Hex color #B7AEC3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B7AEC3 is #48513C. Grayscale: #B3B3B3. Windows color (decimal): -4739389 or 12824247. OLE color: 12824247.
HSL color Cylindrical-coordinate representation of color #B7AEC3: hue angle of 265.71º 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 #B7AEC3 is Cyan = 0.06, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
RGB | 183 | 174 | 195 | - |
CMYK | 0.06 | 0.11 | 0 | 0.24 |
HSL | 265.71º | 0.15% | 0.72% | - |
HSV(B) | 265.71º | 0.11% | 0.76% | - |
XYZ | 44.51 | 44.28 | 57.83 | - |
YUV | 179.09 | 136.98 | 130.79 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 183 | 174 | 195 | 0.06 | 0.11 | 0 | 0.24 | 265.71 | 0.15 | 0.72 |
Hex | B7 | AE | C3 | 6 | B | 0 | 18 | 10A | F | 48 |
Octal | 267 | 256 | 303 | 6 | 13 | 0 | 30 | 412 | 17 | 110 |
Binary | 10110111 | 10101110 | 11000011 | 110 | 1011 | 0 | 11000 | 100001010 | 1111 | 1001000 |
Color Harmonies of #B7AEC3
Complementary color
Monochromatic Colors of #B7AEC3
Black with #B7AEC3
Text Example
Text Example
White with #B7AEC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7AEC3; }
p { color: rgb(183,174,195); }
H1.HeaderClassName
{
color: #B7AEC3;
}
.AnyTagClassName
{
color: #B7AEC3;
}
</style>
background-color css
<style>
a { background-color: #B7AEC3; }
a { background-color: rgb(183,174,195); }
div.DivClassName
{
background-color: #B7AEC3;
}
.BgClassName
{
background-color: #B7AEC3;
}
</style>
border-color css
<style>
span { border-color: #B7AEC3; }
span { border-color: rgb(183,174,195); }
td.TdClassName
{
border-color: #B7AEC3;
}
.TagClassName
{
border-color: #B7AEC3;
}
</style>