Shades of French Grey #B7A8C6
Tints of French Grey #B7A8C6
RGB
CMYK
RGB Variations
Color information
#B7A8C6 (or 0xB7A8C6) is known color: French Grey. HEX triplet: B7, A8 and C6. RGB value is (183,168,198). Sum of RGB (Red+Green+Blue) = 183+168+198=549 (72% of max value = 765). Red value is 183 (71.88% from 255 or 33.33% from 549); Green value is 168 (66.02% from 255 or 30.60% from 549); Blue value is 198 (77.73% from 255 or 36.07% from 549); Max value from RGB is 198 - color contains mainly: blue. Hex color #B7A8C6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B7A8C6 is #485739. Grayscale: #AFAFAF. Windows color (decimal): -4740922 or 13019319. OLE color: 13019319.
HSL color Cylindrical-coordinate representation of color #B7A8C6: hue angle of 270º degrees, saturation: 0.21, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #B7A8C6 is Cyan = 0.08, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
RGB | 183 | 168 | 198 | - |
CMYK | 0.08 | 0.15 | 0 | 0.22 |
HSL | 270º | 0.21% | 0.72% | - |
HSV(B) | 270º | 0.15% | 0.78% | - |
XYZ | 43.72 | 42.15 | 59.26 | - |
YUV | 175.91 | 140.47 | 133.06 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 183 | 168 | 198 | 0.08 | 0.15 | 0 | 0.22 | 270 | 0.21 | 0.72 |
Hex | B7 | A8 | C6 | 8 | F | 0 | 16 | 10E | 15 | 48 |
Octal | 267 | 250 | 306 | 10 | 17 | 0 | 26 | 416 | 25 | 110 |
Binary | 10110111 | 10101000 | 11000110 | 1000 | 1111 | 0 | 10110 | 100001110 | 10101 | 1001000 |
Color Harmonies of #B7A8C6
Complementary color
Monochromatic Colors of #B7A8C6
Black with #B7A8C6
Text Example
Text Example
White with #B7A8C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7A8C6; }
p { color: rgb(183,168,198); }
H1.HeaderClassName
{
color: #B7A8C6;
}
.AnyTagClassName
{
color: #B7A8C6;
}
</style>
background-color css
<style>
a { background-color: #B7A8C6; }
a { background-color: rgb(183,168,198); }
div.DivClassName
{
background-color: #B7A8C6;
}
.BgClassName
{
background-color: #B7A8C6;
}
</style>
border-color css
<style>
span { border-color: #B7A8C6; }
span { border-color: rgb(183,168,198); }
td.TdClassName
{
border-color: #B7A8C6;
}
.TagClassName
{
border-color: #B7A8C6;
}
</style>