Shades of Perfume #BFACD2
Tints of Perfume #BFACD2
RGB
CMYK
RGB Variations
Color information
#BFACD2 (or 0xBFACD2) is known color: Perfume. HEX triplet: BF, AC and D2. RGB value is (191,172,210). Sum of RGB (Red+Green+Blue) = 191+172+210=573 (75% of max value = 765). Red value is 191 (75% from 255 or 33.33% from 573); Green value is 172 (67.58% from 255 or 30.02% from 573); Blue value is 210 (82.42% from 255 or 36.65% from 573); Max value from RGB is 210 - color contains mainly: blue. Hex color #BFACD2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BFACD2 is #40532D. Grayscale: #B5B5B5. Windows color (decimal): -4215598 or 13806783. OLE color: 13806783.
HSL color Cylindrical-coordinate representation of color #BFACD2: hue angle of 270º degrees, saturation: 0.3, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BFACD2 is Cyan = 0.09, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 191 | 172 | 210 | - |
| CMYK | 0.09 | 0.18 | 0 | 0.18 |
| HSL | 270º | 0.3% | 0.75% | - |
| HSV(B) | 270º | 0.18% | 0.82% | - |
| XYZ | 47.87 | 45.23 | 67.18 | - |
| YUV | 182.01 | 143.79 | 134.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 172 | 210 | 0.09 | 0.18 | 0 | 0.18 | 270 | 0.3 | 0.75 |
| Hex | BF | AC | D2 | 9 | 12 | 0 | 12 | 10E | 1E | 4B |
| Octal | 277 | 254 | 322 | 11 | 22 | 0 | 22 | 416 | 36 | 113 |
| Binary | 10111111 | 10101100 | 11010010 | 1001 | 10010 | 0 | 10010 | 100001110 | 11110 | 1001011 |
Color Harmonies of #BFACD2
Complementary color
Monochromatic Colors of #BFACD2
Black with #BFACD2
Text Example
Text Example
White with #BFACD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFACD2; }
p { color: rgb(191,172,210); }
H1.HeaderClassName
{
color: #BFACD2;
}
.AnyTagClassName
{
color: #BFACD2;
}
</style>
background-color css
<style>
a { background-color: #BFACD2; }
a { background-color: rgb(191,172,210); }
div.DivClassName
{
background-color: #BFACD2;
}
.BgClassName
{
background-color: #BFACD2;
}
</style>
border-color css
<style>
span { border-color: #BFACD2; }
span { border-color: rgb(191,172,210); }
td.TdClassName
{
border-color: #BFACD2;
}
.TagClassName
{
border-color: #BFACD2;
}
</style>