Shades of Perfume #BD9BF0
Tints of Perfume #BD9BF0
RGB
CMYK
RGB Variations
Color information
#BD9BF0 (or 0xBD9BF0) is known color: Perfume. HEX triplet: BD, 9B and F0. RGB value is (189,155,240). Sum of RGB (Red+Green+Blue) = 189+155+240=584 (77% of max value = 765). Red value is 189 (74.22% from 255 or 32.36% from 584); Green value is 155 (60.94% from 255 or 26.54% from 584); Blue value is 240 (94.14% from 255 or 41.10% from 584); Max value from RGB is 240 - color contains mainly: blue. Hex color #BD9BF0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BD9BF0 is #42640F. Grayscale: #AEAEAE. Windows color (decimal): -4350992 or 15768509. OLE color: 15768509.
HSL color Cylindrical-coordinate representation of color #BD9BF0: hue angle of 264º degrees, saturation: 0.74, 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 #BD9BF0 is Cyan = 0.21, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 189 | 155 | 240 | - |
| CMYK | 0.21 | 0.35 | 0 | 0.06 |
| HSL | 264º | 0.74% | 0.77% | - |
| HSV(B) | 264º | 0.35% | 0.94% | - |
| XYZ | 48.44 | 40.55 | 87.71 | - |
| YUV | 174.86 | 164.76 | 138.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 155 | 240 | 0.21 | 0.35 | 0 | 0.06 | 264 | 0.74 | 0.77 |
| Hex | BD | 9B | F0 | 15 | 23 | 0 | 6 | 108 | 4A | 4D |
| Octal | 275 | 233 | 360 | 25 | 43 | 0 | 6 | 410 | 112 | 115 |
| Binary | 10111101 | 10011011 | 11110000 | 10101 | 100011 | 0 | 110 | 100001000 | 1001010 | 1001101 |
Color Harmonies of #BD9BF0
Complementary color
Monochromatic Colors of #BD9BF0
Black with #BD9BF0
Text Example
Text Example
White with #BD9BF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD9BF0; }
p { color: rgb(189,155,240); }
H1.HeaderClassName
{
color: #BD9BF0;
}
.AnyTagClassName
{
color: #BD9BF0;
}
</style>
background-color css
<style>
a { background-color: #BD9BF0; }
a { background-color: rgb(189,155,240); }
div.DivClassName
{
background-color: #BD9BF0;
}
.BgClassName
{
background-color: #BD9BF0;
}
</style>
border-color css
<style>
span { border-color: #BD9BF0; }
span { border-color: rgb(189,155,240); }
td.TdClassName
{
border-color: #BD9BF0;
}
.TagClassName
{
border-color: #BD9BF0;
}
</style>