Shades of Perfume #B8A4CC
Tints of Perfume #B8A4CC
RGB
CMYK
RGB Variations
Color information
#B8A4CC (or 0xB8A4CC) is known color: Perfume. HEX triplet: B8, A4 and CC. RGB value is (184,164,204). Sum of RGB (Red+Green+Blue) = 184+164+204=552 (73% of max value = 765). Red value is 184 (72.27% from 255 or 33.33% from 552); Green value is 164 (64.45% from 255 or 29.71% from 552); Blue value is 204 (80.08% from 255 or 36.96% from 552); Max value from RGB is 204 - color contains mainly: blue. Hex color #B8A4CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B8A4CC is #475B33. Grayscale: #AEAEAE. Windows color (decimal): -4676404 or 13411512. OLE color: 13411512.
HSL color Cylindrical-coordinate representation of color #B8A4CC: hue angle of 270º degrees, saturation: 0.28, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B8A4CC is Cyan = 0.10, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 184 | 164 | 204 | - |
| CMYK | 0.10 | 0.20 | 0 | 0.2 |
| HSL | 270º | 0.28% | 0.72% | - |
| HSV(B) | 270º | 0.2% | 0.8% | - |
| XYZ | 43.94 | 41.1 | 62.74 | - |
| YUV | 174.54 | 144.63 | 134.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 164 | 204 | 0.10 | 0.20 | 0 | 0.2 | 270 | 0.28 | 0.72 |
| Hex | B8 | A4 | CC | A | 14 | 0 | 14 | 10E | 1C | 48 |
| Octal | 270 | 244 | 314 | 12 | 24 | 0 | 24 | 416 | 34 | 110 |
| Binary | 10111000 | 10100100 | 11001100 | 1010 | 10100 | 0 | 10100 | 100001110 | 11100 | 1001000 |
Color Harmonies of #B8A4CC
Complementary color
Monochromatic Colors of #B8A4CC
Black with #B8A4CC
Text Example
Text Example
White with #B8A4CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8A4CC; }
p { color: rgb(184,164,204); }
H1.HeaderClassName
{
color: #B8A4CC;
}
.AnyTagClassName
{
color: #B8A4CC;
}
</style>
background-color css
<style>
a { background-color: #B8A4CC; }
a { background-color: rgb(184,164,204); }
div.DivClassName
{
background-color: #B8A4CC;
}
.BgClassName
{
background-color: #B8A4CC;
}
</style>
border-color css
<style>
span { border-color: #B8A4CC; }
span { border-color: rgb(184,164,204); }
td.TdClassName
{
border-color: #B8A4CC;
}
.TagClassName
{
border-color: #B8A4CC;
}
</style>