Shades of Perfume #BDA2D5
Tints of Perfume #BDA2D5
RGB
CMYK
RGB Variations
Color information
#BDA2D5 (or 0xBDA2D5) is known color: Perfume. HEX triplet: BD, A2 and D5. RGB value is (189,162,213). Sum of RGB (Red+Green+Blue) = 189+162+213=564 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.51% from 564); Green value is 162 (63.67% from 255 or 28.72% from 564); Blue value is 213 (83.59% from 255 or 37.77% from 564); Max value from RGB is 213 - color contains mainly: blue. Hex color #BDA2D5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDA2D5 is #425D2A. Grayscale: #AFAFAF. Windows color (decimal): -4349227 or 14000829. OLE color: 14000829.
HSL color Cylindrical-coordinate representation of color #BDA2D5: hue angle of 271.76º degrees, saturation: 0.38, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BDA2D5 is Cyan = 0.11, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 189 | 162 | 213 | - |
| CMYK | 0.11 | 0.24 | 0 | 0.16 |
| HSL | 271.76º | 0.38% | 0.74% | - |
| HSV(B) | 271.76º | 0.24% | 0.84% | - |
| XYZ | 45.92 | 41.46 | 68.53 | - |
| YUV | 175.89 | 148.95 | 137.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 162 | 213 | 0.11 | 0.24 | 0 | 0.16 | 271.76 | 0.38 | 0.74 |
| Hex | BD | A2 | D5 | B | 18 | 0 | 10 | 110 | 26 | 4A |
| Octal | 275 | 242 | 325 | 13 | 30 | 0 | 20 | 420 | 46 | 112 |
| Binary | 10111101 | 10100010 | 11010101 | 1011 | 11000 | 0 | 10000 | 100010000 | 100110 | 1001010 |
Color Harmonies of #BDA2D5
Complementary color
Monochromatic Colors of #BDA2D5
Black with #BDA2D5
Text Example
Text Example
White with #BDA2D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA2D5; }
p { color: rgb(189,162,213); }
H1.HeaderClassName
{
color: #BDA2D5;
}
.AnyTagClassName
{
color: #BDA2D5;
}
</style>
background-color css
<style>
a { background-color: #BDA2D5; }
a { background-color: rgb(189,162,213); }
div.DivClassName
{
background-color: #BDA2D5;
}
.BgClassName
{
background-color: #BDA2D5;
}
</style>
border-color css
<style>
span { border-color: #BDA2D5; }
span { border-color: rgb(189,162,213); }
td.TdClassName
{
border-color: #BDA2D5;
}
.TagClassName
{
border-color: #BDA2D5;
}
</style>