Shades of Perfume #BD9CEC
Tints of Perfume #BD9CEC
RGB
CMYK
RGB Variations
Color information
#BD9CEC (or 0xBD9CEC) is known color: Perfume. HEX triplet: BD, 9C and EC. RGB value is (189,156,236). Sum of RGB (Red+Green+Blue) = 189+156+236=581 (76% of max value = 765). Red value is 189 (74.22% from 255 or 32.53% from 581); Green value is 156 (61.33% from 255 or 26.85% from 581); Blue value is 236 (92.58% from 255 or 40.62% from 581); Max value from RGB is 236 - color contains mainly: blue. Hex color #BD9CEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BD9CEC is #426313. Grayscale: #AEAEAE. Windows color (decimal): -4350740 or 15506621. OLE color: 15506621.
HSL color Cylindrical-coordinate representation of color #BD9CEC: hue angle of 264.75º degrees, saturation: 0.68, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BD9CEC is Cyan = 0.20, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 189 | 156 | 236 | - |
| CMYK | 0.20 | 0.34 | 0 | 0.07 |
| HSL | 264.75º | 0.68% | 0.77% | - |
| HSV(B) | 264.75º | 0.34% | 0.93% | - |
| XYZ | 48.02 | 40.65 | 84.67 | - |
| YUV | 174.99 | 162.43 | 138 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 156 | 236 | 0.20 | 0.34 | 0 | 0.07 | 264.75 | 0.68 | 0.77 |
| Hex | BD | 9C | EC | 14 | 22 | 0 | 7 | 109 | 44 | 4D |
| Octal | 275 | 234 | 354 | 24 | 42 | 0 | 7 | 411 | 104 | 115 |
| Binary | 10111101 | 10011100 | 11101100 | 10100 | 100010 | 0 | 111 | 100001001 | 1000100 | 1001101 |
Color Harmonies of #BD9CEC
Complementary color
Monochromatic Colors of #BD9CEC
Black with #BD9CEC
Text Example
Text Example
White with #BD9CEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD9CEC; }
p { color: rgb(189,156,236); }
H1.HeaderClassName
{
color: #BD9CEC;
}
.AnyTagClassName
{
color: #BD9CEC;
}
</style>
background-color css
<style>
a { background-color: #BD9CEC; }
a { background-color: rgb(189,156,236); }
div.DivClassName
{
background-color: #BD9CEC;
}
.BgClassName
{
background-color: #BD9CEC;
}
</style>
border-color css
<style>
span { border-color: #BD9CEC; }
span { border-color: rgb(189,156,236); }
td.TdClassName
{
border-color: #BD9CEC;
}
.TagClassName
{
border-color: #BD9CEC;
}
</style>