Shades of Perfume #B8A7CC
Tints of Perfume #B8A7CC
RGB
CMYK
RGB Variations
Color information
#B8A7CC (or 0xB8A7CC) is known color: Perfume. HEX triplet: B8, A7 and CC. RGB value is (184,167,204). Sum of RGB (Red+Green+Blue) = 184+167+204=555 (73% of max value = 765). Red value is 184 (72.27% from 255 or 33.15% from 555); Green value is 167 (65.62% from 255 or 30.09% from 555); Blue value is 204 (80.08% from 255 or 36.76% from 555); Max value from RGB is 204 - color contains mainly: blue. Hex color #B8A7CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B8A7CC is #475833. Grayscale: #B0B0B0. Windows color (decimal): -4675636 or 13412280. OLE color: 13412280.
HSL color Cylindrical-coordinate representation of color #B8A7CC: hue angle of 267.57º degrees, saturation: 0.27, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B8A7CC is Cyan = 0.10, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 184 | 167 | 204 | - |
| CMYK | 0.10 | 0.18 | 0 | 0.2 |
| HSL | 267.57º | 0.27% | 0.73% | - |
| HSV(B) | 267.57º | 0.18% | 0.8% | - |
| XYZ | 44.48 | 42.19 | 62.93 | - |
| YUV | 176.3 | 143.63 | 133.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 167 | 204 | 0.10 | 0.18 | 0 | 0.2 | 267.57 | 0.27 | 0.73 |
| Hex | B8 | A7 | CC | A | 12 | 0 | 14 | 10C | 1B | 49 |
| Octal | 270 | 247 | 314 | 12 | 22 | 0 | 24 | 414 | 33 | 111 |
| Binary | 10111000 | 10100111 | 11001100 | 1010 | 10010 | 0 | 10100 | 100001100 | 11011 | 1001001 |
Color Harmonies of #B8A7CC
Complementary color
Monochromatic Colors of #B8A7CC
Black with #B8A7CC
Text Example
Text Example
White with #B8A7CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8A7CC; }
p { color: rgb(184,167,204); }
H1.HeaderClassName
{
color: #B8A7CC;
}
.AnyTagClassName
{
color: #B8A7CC;
}
</style>
background-color css
<style>
a { background-color: #B8A7CC; }
a { background-color: rgb(184,167,204); }
div.DivClassName
{
background-color: #B8A7CC;
}
.BgClassName
{
background-color: #B8A7CC;
}
</style>
border-color css
<style>
span { border-color: #B8A7CC; }
span { border-color: rgb(184,167,204); }
td.TdClassName
{
border-color: #B8A7CC;
}
.TagClassName
{
border-color: #B8A7CC;
}
</style>