Shades of Perfume #BFAADB
Tints of Perfume #BFAADB
RGB
CMYK
RGB Variations
Color information
#BFAADB (or 0xBFAADB) is known color: Perfume. HEX triplet: BF, AA and DB. RGB value is (191,170,219). Sum of RGB (Red+Green+Blue) = 191+170+219=580 (76% of max value = 765). Red value is 191 (75% from 255 or 32.93% from 580); Green value is 170 (66.80% from 255 or 29.31% from 580); Blue value is 219 (85.94% from 255 or 37.76% from 580); Max value from RGB is 219 - color contains mainly: blue. Hex color #BFAADB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BFAADB is #405524. Grayscale: #B5B5B5. Windows color (decimal): -4216101 or 14396095. OLE color: 14396095.
HSL color Cylindrical-coordinate representation of color #BFAADB: hue angle of 265.71º degrees, saturation: 0.4, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BFAADB is Cyan = 0.13, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 191 | 170 | 219 | - |
| CMYK | 0.13 | 0.22 | 0 | 0.14 |
| HSL | 265.71º | 0.4% | 0.76% | - |
| HSV(B) | 265.71º | 0.22% | 0.86% | - |
| XYZ | 48.65 | 44.94 | 73.13 | - |
| YUV | 181.87 | 148.96 | 134.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 170 | 219 | 0.13 | 0.22 | 0 | 0.14 | 265.71 | 0.4 | 0.76 |
| Hex | BF | AA | DB | D | 16 | 0 | E | 10A | 28 | 4C |
| Octal | 277 | 252 | 333 | 15 | 26 | 0 | 16 | 412 | 50 | 114 |
| Binary | 10111111 | 10101010 | 11011011 | 1101 | 10110 | 0 | 1110 | 100001010 | 101000 | 1001100 |
Color Harmonies of #BFAADB
Complementary color
Monochromatic Colors of #BFAADB
Black with #BFAADB
Text Example
Text Example
White with #BFAADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFAADB; }
p { color: rgb(191,170,219); }
H1.HeaderClassName
{
color: #BFAADB;
}
.AnyTagClassName
{
color: #BFAADB;
}
</style>
background-color css
<style>
a { background-color: #BFAADB; }
a { background-color: rgb(191,170,219); }
div.DivClassName
{
background-color: #BFAADB;
}
.BgClassName
{
background-color: #BFAADB;
}
</style>
border-color css
<style>
span { border-color: #BFAADB; }
span { border-color: rgb(191,170,219); }
td.TdClassName
{
border-color: #BFAADB;
}
.TagClassName
{
border-color: #BFAADB;
}
</style>