Shades of Perfume #BF9DE6
Tints of Perfume #BF9DE6
RGB
CMYK
RGB Variations
Color information
#BF9DE6 (or 0xBF9DE6) is known color: Perfume. HEX triplet: BF, 9D and E6. RGB value is (191,157,230). Sum of RGB (Red+Green+Blue) = 191+157+230=578 (76% of max value = 765). Red value is 191 (75% from 255 or 33.04% from 578); Green value is 157 (61.72% from 255 or 27.16% from 578); Blue value is 230 (90.23% from 255 or 39.79% from 578); Max value from RGB is 230 - color contains mainly: blue. Hex color #BF9DE6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BF9DE6 is #406219. Grayscale: #AFAFAF. Windows color (decimal): -4219418 or 15113663. OLE color: 15113663.
HSL color Cylindrical-coordinate representation of color #BF9DE6: hue angle of 267.95º degrees, saturation: 0.59, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BF9DE6 is Cyan = 0.17, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 191 | 157 | 230 | - |
| CMYK | 0.17 | 0.32 | 0 | 0.10 |
| HSL | 267.95º | 0.59% | 0.76% | - |
| HSV(B) | 267.95º | 0.32% | 0.9% | - |
| XYZ | 47.83 | 40.9 | 80.24 | - |
| YUV | 175.49 | 158.76 | 139.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 157 | 230 | 0.17 | 0.32 | 0 | 0.10 | 267.95 | 0.59 | 0.76 |
| Hex | BF | 9D | E6 | 11 | 20 | 0 | A | 10C | 3B | 4C |
| Octal | 277 | 235 | 346 | 21 | 40 | 0 | 12 | 414 | 73 | 114 |
| Binary | 10111111 | 10011101 | 11100110 | 10001 | 100000 | 0 | 1010 | 100001100 | 111011 | 1001100 |
Color Harmonies of #BF9DE6
Complementary color
Monochromatic Colors of #BF9DE6
Black with #BF9DE6
Text Example
Text Example
White with #BF9DE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF9DE6; }
p { color: rgb(191,157,230); }
H1.HeaderClassName
{
color: #BF9DE6;
}
.AnyTagClassName
{
color: #BF9DE6;
}
</style>
background-color css
<style>
a { background-color: #BF9DE6; }
a { background-color: rgb(191,157,230); }
div.DivClassName
{
background-color: #BF9DE6;
}
.BgClassName
{
background-color: #BF9DE6;
}
</style>
border-color css
<style>
span { border-color: #BF9DE6; }
span { border-color: rgb(191,157,230); }
td.TdClassName
{
border-color: #BF9DE6;
}
.TagClassName
{
border-color: #BF9DE6;
}
</style>