Shades of Perfume #B7A7C6
Tints of Perfume #B7A7C6
RGB
CMYK
RGB Variations
Color information
#B7A7C6 (or 0xB7A7C6) is known color: Perfume. HEX triplet: B7, A7 and C6. RGB value is (183,167,198). Sum of RGB (Red+Green+Blue) = 183+167+198=548 (72% of max value = 765). Red value is 183 (71.88% from 255 or 33.39% from 548); Green value is 167 (65.62% from 255 or 30.47% from 548); Blue value is 198 (77.73% from 255 or 36.13% from 548); Max value from RGB is 198 - color contains mainly: blue. Hex color #B7A7C6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B7A7C6 is #485839. Grayscale: #AFAFAF. Windows color (decimal): -4741178 or 13019063. OLE color: 13019063.
HSL color Cylindrical-coordinate representation of color #B7A7C6: hue angle of 270.97º degrees, saturation: 0.21, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B7A7C6 is Cyan = 0.08, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 183 | 167 | 198 | - |
| CMYK | 0.08 | 0.16 | 0 | 0.22 |
| HSL | 270.97º | 0.21% | 0.72% | - |
| HSV(B) | 270.97º | 0.16% | 0.78% | - |
| XYZ | 43.54 | 41.78 | 59.2 | - |
| YUV | 175.32 | 140.8 | 133.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 167 | 198 | 0.08 | 0.16 | 0 | 0.22 | 270.97 | 0.21 | 0.72 |
| Hex | B7 | A7 | C6 | 8 | 10 | 0 | 16 | 10F | 15 | 48 |
| Octal | 267 | 247 | 306 | 10 | 20 | 0 | 26 | 417 | 25 | 110 |
| Binary | 10110111 | 10100111 | 11000110 | 1000 | 10000 | 0 | 10110 | 100001111 | 10101 | 1001000 |
Color Harmonies of #B7A7C6
Complementary color
Monochromatic Colors of #B7A7C6
Black with #B7A7C6
Text Example
Text Example
White with #B7A7C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7A7C6; }
p { color: rgb(183,167,198); }
H1.HeaderClassName
{
color: #B7A7C6;
}
.AnyTagClassName
{
color: #B7A7C6;
}
</style>
background-color css
<style>
a { background-color: #B7A7C6; }
a { background-color: rgb(183,167,198); }
div.DivClassName
{
background-color: #B7A7C6;
}
.BgClassName
{
background-color: #B7A7C6;
}
</style>
border-color css
<style>
span { border-color: #B7A7C6; }
span { border-color: rgb(183,167,198); }
td.TdClassName
{
border-color: #B7A7C6;
}
.TagClassName
{
border-color: #B7A7C6;
}
</style>