Shades of Perfume #BD9CED
Tints of Perfume #BD9CED
RGB
CMYK
RGB Variations
Color information
#BD9CED (or 0xBD9CED) is known color: Perfume. HEX triplet: BD, 9C and ED. RGB value is (189,156,237). Sum of RGB (Red+Green+Blue) = 189+156+237=582 (77% of max value = 765). Red value is 189 (74.22% from 255 or 32.47% from 582); Green value is 156 (61.33% from 255 or 26.80% from 582); Blue value is 237 (92.97% from 255 or 40.72% from 582); Max value from RGB is 237 - color contains mainly: blue. Hex color #BD9CED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BD9CED is #426312. Grayscale: #AEAEAE. Windows color (decimal): -4350739 or 15572157. OLE color: 15572157.
HSL color Cylindrical-coordinate representation of color #BD9CED: hue angle of 264.44º degrees, saturation: 0.69, 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 #BD9CED is Cyan = 0.20, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 189 | 156 | 237 | - |
| CMYK | 0.20 | 0.34 | 0 | 0.07 |
| HSL | 264.44º | 0.69% | 0.77% | - |
| HSV(B) | 264.44º | 0.34% | 0.93% | - |
| XYZ | 48.16 | 40.71 | 85.44 | - |
| YUV | 175.1 | 162.93 | 137.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 156 | 237 | 0.20 | 0.34 | 0 | 0.07 | 264.44 | 0.69 | 0.77 |
| Hex | BD | 9C | ED | 14 | 22 | 0 | 7 | 108 | 45 | 4D |
| Octal | 275 | 234 | 355 | 24 | 42 | 0 | 7 | 410 | 105 | 115 |
| Binary | 10111101 | 10011100 | 11101101 | 10100 | 100010 | 0 | 111 | 100001000 | 1000101 | 1001101 |
Color Harmonies of #BD9CED
Complementary color
Monochromatic Colors of #BD9CED
Black with #BD9CED
Text Example
Text Example
White with #BD9CED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD9CED; }
p { color: rgb(189,156,237); }
H1.HeaderClassName
{
color: #BD9CED;
}
.AnyTagClassName
{
color: #BD9CED;
}
</style>
background-color css
<style>
a { background-color: #BD9CED; }
a { background-color: rgb(189,156,237); }
div.DivClassName
{
background-color: #BD9CED;
}
.BgClassName
{
background-color: #BD9CED;
}
</style>
border-color css
<style>
span { border-color: #BD9CED; }
span { border-color: rgb(189,156,237); }
td.TdClassName
{
border-color: #BD9CED;
}
.TagClassName
{
border-color: #BD9CED;
}
</style>