Shades of Perfume #BD90EF
Tints of Perfume #BD90EF
RGB
CMYK
RGB Variations
Color information
#BD90EF (or 0xBD90EF) is known color: Perfume. HEX triplet: BD, 90 and EF. RGB value is (189,144,239). Sum of RGB (Red+Green+Blue) = 189+144+239=572 (75% of max value = 765). Red value is 189 (74.22% from 255 or 33.04% from 572); Green value is 144 (56.64% from 255 or 25.17% from 572); Blue value is 239 (93.75% from 255 or 41.78% from 572); Max value from RGB is 239 - color contains mainly: blue. Hex color #BD90EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BD90EF is #426F10. Grayscale: #A7A7A7. Windows color (decimal): -4353809 or 15700157. OLE color: 15700157.
HSL color Cylindrical-coordinate representation of color #BD90EF: hue angle of 268.42º degrees, saturation: 0.75, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BD90EF is Cyan = 0.21, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 189 | 144 | 239 | - |
| CMYK | 0.21 | 0.40 | 0 | 0.06 |
| HSL | 268.42º | 0.75% | 0.75% | - |
| HSV(B) | 268.42º | 0.4% | 0.94% | - |
| XYZ | 46.54 | 37 | 86.35 | - |
| YUV | 168.29 | 167.91 | 142.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 144 | 239 | 0.21 | 0.40 | 0 | 0.06 | 268.42 | 0.75 | 0.75 |
| Hex | BD | 90 | EF | 15 | 28 | 0 | 6 | 10C | 4B | 4B |
| Octal | 275 | 220 | 357 | 25 | 50 | 0 | 6 | 414 | 113 | 113 |
| Binary | 10111101 | 10010000 | 11101111 | 10101 | 101000 | 0 | 110 | 100001100 | 1001011 | 1001011 |
Color Harmonies of #BD90EF
Complementary color
Monochromatic Colors of #BD90EF
Black with #BD90EF
Text Example
Text Example
White with #BD90EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD90EF; }
p { color: rgb(189,144,239); }
H1.HeaderClassName
{
color: #BD90EF;
}
.AnyTagClassName
{
color: #BD90EF;
}
</style>
background-color css
<style>
a { background-color: #BD90EF; }
a { background-color: rgb(189,144,239); }
div.DivClassName
{
background-color: #BD90EF;
}
.BgClassName
{
background-color: #BD90EF;
}
</style>
border-color css
<style>
span { border-color: #BD90EF; }
span { border-color: rgb(189,144,239); }
td.TdClassName
{
border-color: #BD90EF;
}
.TagClassName
{
border-color: #BD90EF;
}
</style>