Shades of French Grey #B7A9C4
Tints of French Grey #B7A9C4
RGB
CMYK
RGB Variations
Color information
#B7A9C4 (or 0xB7A9C4) is known color: French Grey. HEX triplet: B7, A9 and C4. RGB value is (183,169,196). Sum of RGB (Red+Green+Blue) = 183+169+196=548 (72% of max value = 765). Red value is 183 (71.88% from 255 or 33.39% from 548); Green value is 169 (66.41% from 255 or 30.84% from 548); Blue value is 196 (76.95% from 255 or 35.77% from 548); Max value from RGB is 196 - color contains mainly: blue. Hex color #B7A9C4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B7A9C4 is #48563B. Grayscale: #B0B0B0. Windows color (decimal): -4740668 or 12888503. OLE color: 12888503.
HSL color Cylindrical-coordinate representation of color #B7A9C4: hue angle of 271.11º degrees, saturation: 0.19, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #B7A9C4 is Cyan = 0.07, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 183 | 169 | 196 | - |
| CMYK | 0.07 | 0.14 | 0 | 0.23 |
| HSL | 271.11º | 0.19% | 0.72% | - |
| HSV(B) | 271.11º | 0.14% | 0.77% | - |
| XYZ | 43.68 | 42.43 | 58.11 | - |
| YUV | 176.26 | 139.14 | 132.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 169 | 196 | 0.07 | 0.14 | 0 | 0.23 | 271.11 | 0.19 | 0.72 |
| Hex | B7 | A9 | C4 | 7 | E | 0 | 17 | 10F | 13 | 48 |
| Octal | 267 | 251 | 304 | 7 | 16 | 0 | 27 | 417 | 23 | 110 |
| Binary | 10110111 | 10101001 | 11000100 | 111 | 1110 | 0 | 10111 | 100001111 | 10011 | 1001000 |
Color Harmonies of #B7A9C4
Complementary color
Monochromatic Colors of #B7A9C4
Black with #B7A9C4
Text Example
Text Example
White with #B7A9C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7A9C4; }
p { color: rgb(183,169,196); }
H1.HeaderClassName
{
color: #B7A9C4;
}
.AnyTagClassName
{
color: #B7A9C4;
}
</style>
background-color css
<style>
a { background-color: #B7A9C4; }
a { background-color: rgb(183,169,196); }
div.DivClassName
{
background-color: #B7A9C4;
}
.BgClassName
{
background-color: #B7A9C4;
}
</style>
border-color css
<style>
span { border-color: #B7A9C4; }
span { border-color: rgb(183,169,196); }
td.TdClassName
{
border-color: #B7A9C4;
}
.TagClassName
{
border-color: #B7A9C4;
}
</style>