Shades of Perfume #BDAAD5
Tints of Perfume #BDAAD5
RGB
CMYK
RGB Variations
Color information
#BDAAD5 (or 0xBDAAD5) is known color: Perfume. HEX triplet: BD, AA and D5. RGB value is (189,170,213). Sum of RGB (Red+Green+Blue) = 189+170+213=572 (75% of max value = 765). Red value is 189 (74.22% from 255 or 33.04% from 572); Green value is 170 (66.80% from 255 or 29.72% from 572); Blue value is 213 (83.59% from 255 or 37.24% from 572); Max value from RGB is 213 - color contains mainly: blue. Hex color #BDAAD5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDAAD5 is #42552A. Grayscale: #B4B4B4. Windows color (decimal): -4347179 or 14002877. OLE color: 14002877.
HSL color Cylindrical-coordinate representation of color #BDAAD5: hue angle of 266.51º degrees, saturation: 0.34, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BDAAD5 is Cyan = 0.11, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
RGB | 189 | 170 | 213 | - |
CMYK | 0.11 | 0.20 | 0 | 0.16 |
HSL | 266.51º | 0.34% | 0.75% | - |
HSV(B) | 266.51º | 0.2% | 0.84% | - |
XYZ | 47.37 | 44.37 | 69.02 | - |
YUV | 180.58 | 146.29 | 134 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 189 | 170 | 213 | 0.11 | 0.20 | 0 | 0.16 | 266.51 | 0.34 | 0.75 |
Hex | BD | AA | D5 | B | 14 | 0 | 10 | 10B | 22 | 4B |
Octal | 275 | 252 | 325 | 13 | 24 | 0 | 20 | 413 | 42 | 113 |
Binary | 10111101 | 10101010 | 11010101 | 1011 | 10100 | 0 | 10000 | 100001011 | 100010 | 1001011 |
Color Harmonies of #BDAAD5
Complementary color
Monochromatic Colors of #BDAAD5
Black with #BDAAD5
Text Example
Text Example
White with #BDAAD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDAAD5; }
p { color: rgb(189,170,213); }
H1.HeaderClassName
{
color: #BDAAD5;
}
.AnyTagClassName
{
color: #BDAAD5;
}
</style>
background-color css
<style>
a { background-color: #BDAAD5; }
a { background-color: rgb(189,170,213); }
div.DivClassName
{
background-color: #BDAAD5;
}
.BgClassName
{
background-color: #BDAAD5;
}
</style>
border-color css
<style>
span { border-color: #BDAAD5; }
span { border-color: rgb(189,170,213); }
td.TdClassName
{
border-color: #BDAAD5;
}
.TagClassName
{
border-color: #BDAAD5;
}
</style>