Shades of Perfume #B8A8C9
Tints of Perfume #B8A8C9
RGB
CMYK
RGB Variations
Color information
#B8A8C9 (or 0xB8A8C9) is known color: Perfume. HEX triplet: B8, A8 and C9. RGB value is (184,168,201). Sum of RGB (Red+Green+Blue) = 184+168+201=553 (73% of max value = 765). Red value is 184 (72.27% from 255 or 33.27% from 553); Green value is 168 (66.02% from 255 or 30.38% from 553); Blue value is 201 (78.91% from 255 or 36.35% from 553); Max value from RGB is 201 - color contains mainly: blue. Hex color #B8A8C9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B8A8C9 is #475736. Grayscale: #B0B0B0. Windows color (decimal): -4675383 or 13215928. OLE color: 13215928.
HSL color Cylindrical-coordinate representation of color #B8A8C9: hue angle of 269.09º degrees, saturation: 0.23, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B8A8C9 is Cyan = 0.08, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
RGB | 184 | 168 | 201 | - |
CMYK | 0.08 | 0.16 | 0 | 0.21 |
HSL | 269.09º | 0.23% | 0.72% | - |
HSV(B) | 269.09º | 0.16% | 0.79% | - |
XYZ | 44.31 | 42.41 | 61.11 | - |
YUV | 176.55 | 141.8 | 133.32 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 184 | 168 | 201 | 0.08 | 0.16 | 0 | 0.21 | 269.09 | 0.23 | 0.72 |
Hex | B8 | A8 | C9 | 8 | 10 | 0 | 15 | 10D | 17 | 48 |
Octal | 270 | 250 | 311 | 10 | 20 | 0 | 25 | 415 | 27 | 110 |
Binary | 10111000 | 10101000 | 11001001 | 1000 | 10000 | 0 | 10101 | 100001101 | 10111 | 1001000 |
Color Harmonies of #B8A8C9
Complementary color
Monochromatic Colors of #B8A8C9
Black with #B8A8C9
Text Example
Text Example
White with #B8A8C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8A8C9; }
p { color: rgb(184,168,201); }
H1.HeaderClassName
{
color: #B8A8C9;
}
.AnyTagClassName
{
color: #B8A8C9;
}
</style>
background-color css
<style>
a { background-color: #B8A8C9; }
a { background-color: rgb(184,168,201); }
div.DivClassName
{
background-color: #B8A8C9;
}
.BgClassName
{
background-color: #B8A8C9;
}
</style>
border-color css
<style>
span { border-color: #B8A8C9; }
span { border-color: rgb(184,168,201); }
td.TdClassName
{
border-color: #B8A8C9;
}
.TagClassName
{
border-color: #B8A8C9;
}
</style>