Shades of Perfume #BD96EF
Tints of Perfume #BD96EF
RGB
CMYK
RGB Variations
Color information
#BD96EF (or 0xBD96EF) is known color: Perfume. HEX triplet: BD, 96 and EF. RGB value is (189,150,239). Sum of RGB (Red+Green+Blue) = 189+150+239=578 (76% of max value = 765). Red value is 189 (74.22% from 255 or 32.70% from 578); Green value is 150 (58.98% from 255 or 25.95% from 578); Blue value is 239 (93.75% from 255 or 41.35% from 578); Max value from RGB is 239 - color contains mainly: blue. Hex color #BD96EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BD96EF is #426910. Grayscale: #ABABAB. Windows color (decimal): -4352273 or 15701693. OLE color: 15701693.
HSL color Cylindrical-coordinate representation of color #BD96EF: hue angle of 266.29º degrees, saturation: 0.74, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BD96EF is Cyan = 0.21, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 189 | 150 | 239 | - |
| CMYK | 0.21 | 0.37 | 0 | 0.06 |
| HSL | 266.29º | 0.74% | 0.76% | - |
| HSV(B) | 266.29º | 0.37% | 0.94% | - |
| XYZ | 47.47 | 38.86 | 86.66 | - |
| YUV | 171.81 | 165.92 | 140.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 150 | 239 | 0.21 | 0.37 | 0 | 0.06 | 266.29 | 0.74 | 0.76 |
| Hex | BD | 96 | EF | 15 | 25 | 0 | 6 | 10A | 4A | 4C |
| Octal | 275 | 226 | 357 | 25 | 45 | 0 | 6 | 412 | 112 | 114 |
| Binary | 10111101 | 10010110 | 11101111 | 10101 | 100101 | 0 | 110 | 100001010 | 1001010 | 1001100 |
Color Harmonies of #BD96EF
Complementary color
Monochromatic Colors of #BD96EF
Black with #BD96EF
Text Example
Text Example
White with #BD96EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD96EF; }
p { color: rgb(189,150,239); }
H1.HeaderClassName
{
color: #BD96EF;
}
.AnyTagClassName
{
color: #BD96EF;
}
</style>
background-color css
<style>
a { background-color: #BD96EF; }
a { background-color: rgb(189,150,239); }
div.DivClassName
{
background-color: #BD96EF;
}
.BgClassName
{
background-color: #BD96EF;
}
</style>
border-color css
<style>
span { border-color: #BD96EF; }
span { border-color: rgb(189,150,239); }
td.TdClassName
{
border-color: #BD96EF;
}
.TagClassName
{
border-color: #BD96EF;
}
</style>