Shades of Perfume #BD9BEF
Tints of Perfume #BD9BEF
RGB
CMYK
RGB Variations
Color information
#BD9BEF (or 0xBD9BEF) is known color: Perfume. HEX triplet: BD, 9B and EF. RGB value is (189,155,239). Sum of RGB (Red+Green+Blue) = 189+155+239=583 (77% of max value = 765). Red value is 189 (74.22% from 255 or 32.42% from 583); Green value is 155 (60.94% from 255 or 26.59% from 583); Blue value is 239 (93.75% from 255 or 40.99% from 583); Max value from RGB is 239 - color contains mainly: blue. Hex color #BD9BEF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BD9BEF is #426410. Grayscale: #AEAEAE. Windows color (decimal): -4350993 or 15702973. OLE color: 15702973.
HSL color Cylindrical-coordinate representation of color #BD9BEF: hue angle of 264.29º degrees, saturation: 0.72, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BD9BEF is Cyan = 0.21, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 189 | 155 | 239 | - |
| CMYK | 0.21 | 0.35 | 0 | 0.06 |
| HSL | 264.29º | 0.72% | 0.77% | - |
| HSV(B) | 264.29º | 0.35% | 0.94% | - |
| XYZ | 48.29 | 40.49 | 86.93 | - |
| YUV | 174.74 | 164.26 | 138.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 155 | 239 | 0.21 | 0.35 | 0 | 0.06 | 264.29 | 0.72 | 0.77 |
| Hex | BD | 9B | EF | 15 | 23 | 0 | 6 | 108 | 48 | 4D |
| Octal | 275 | 233 | 357 | 25 | 43 | 0 | 6 | 410 | 110 | 115 |
| Binary | 10111101 | 10011011 | 11101111 | 10101 | 100011 | 0 | 110 | 100001000 | 1001000 | 1001101 |
Color Harmonies of #BD9BEF
Complementary color
Monochromatic Colors of #BD9BEF
Black with #BD9BEF
Text Example
Text Example
White with #BD9BEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD9BEF; }
p { color: rgb(189,155,239); }
H1.HeaderClassName
{
color: #BD9BEF;
}
.AnyTagClassName
{
color: #BD9BEF;
}
</style>
background-color css
<style>
a { background-color: #BD9BEF; }
a { background-color: rgb(189,155,239); }
div.DivClassName
{
background-color: #BD9BEF;
}
.BgClassName
{
background-color: #BD9BEF;
}
</style>
border-color css
<style>
span { border-color: #BD9BEF; }
span { border-color: rgb(189,155,239); }
td.TdClassName
{
border-color: #BD9BEF;
}
.TagClassName
{
border-color: #BD9BEF;
}
</style>