Shades of Perfume #BD96F6
Tints of Perfume #BD96F6
RGB
CMYK
RGB Variations
Color information
#BD96F6 (or 0xBD96F6) is known color: Perfume. HEX triplet: BD, 96 and F6. RGB value is (189,150,246). Sum of RGB (Red+Green+Blue) = 189+150+246=585 (77% of max value = 765). Red value is 189 (74.22% from 255 or 32.31% from 585); Green value is 150 (58.98% from 255 or 25.64% from 585); Blue value is 246 (96.48% from 255 or 42.05% from 585); Max value from RGB is 246 - color contains mainly: blue. Hex color #BD96F6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BD96F6 is #426909. Grayscale: #ACACAC. Windows color (decimal): -4352266 or 16160445. OLE color: 16160445.
HSL color Cylindrical-coordinate representation of color #BD96F6: hue angle of 264.38º degrees, saturation: 0.84, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BD96F6 is Cyan = 0.23, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 189 | 150 | 246 | - |
| CMYK | 0.23 | 0.39 | 0 | 0.04 |
| HSL | 264.38º | 0.84% | 0.78% | - |
| HSV(B) | 264.38º | 0.39% | 0.96% | - |
| XYZ | 48.53 | 39.29 | 92.21 | - |
| YUV | 172.61 | 169.42 | 139.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 150 | 246 | 0.23 | 0.39 | 0 | 0.04 | 264.38 | 0.84 | 0.78 |
| Hex | BD | 96 | F6 | 17 | 27 | 0 | 4 | 108 | 54 | 4E |
| Octal | 275 | 226 | 366 | 27 | 47 | 0 | 4 | 410 | 124 | 116 |
| Binary | 10111101 | 10010110 | 11110110 | 10111 | 100111 | 0 | 100 | 100001000 | 1010100 | 1001110 |
Color Harmonies of #BD96F6
Complementary color
Monochromatic Colors of #BD96F6
Black with #BD96F6
Text Example
Text Example
White with #BD96F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD96F6; }
p { color: rgb(189,150,246); }
H1.HeaderClassName
{
color: #BD96F6;
}
.AnyTagClassName
{
color: #BD96F6;
}
</style>
background-color css
<style>
a { background-color: #BD96F6; }
a { background-color: rgb(189,150,246); }
div.DivClassName
{
background-color: #BD96F6;
}
.BgClassName
{
background-color: #BD96F6;
}
</style>
border-color css
<style>
span { border-color: #BD96F6; }
span { border-color: rgb(189,150,246); }
td.TdClassName
{
border-color: #BD96F6;
}
.TagClassName
{
border-color: #BD96F6;
}
</style>