Shades of Perfume #BDA2D0
Tints of Perfume #BDA2D0
RGB
CMYK
RGB Variations
Color information
#BDA2D0 (or 0xBDA2D0) is known color: Perfume. HEX triplet: BD, A2 and D0. RGB value is (189,162,208). Sum of RGB (Red+Green+Blue) = 189+162+208=559 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.81% from 559); Green value is 162 (63.67% from 255 or 28.98% from 559); Blue value is 208 (81.64% from 255 or 37.21% from 559); Max value from RGB is 208 - color contains mainly: blue. Hex color #BDA2D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDA2D0 is #425D2F. Grayscale: #AFAFAF. Windows color (decimal): -4349232 or 13673149. OLE color: 13673149.
HSL color Cylindrical-coordinate representation of color #BDA2D0: hue angle of 275.22º degrees, saturation: 0.33, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BDA2D0 is Cyan = 0.09, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 189 | 162 | 208 | - |
| CMYK | 0.09 | 0.22 | 0 | 0.18 |
| HSL | 275.22º | 0.33% | 0.73% | - |
| HSV(B) | 275.22º | 0.22% | 0.82% | - |
| XYZ | 45.29 | 41.21 | 65.24 | - |
| YUV | 175.32 | 146.45 | 137.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 162 | 208 | 0.09 | 0.22 | 0 | 0.18 | 275.22 | 0.33 | 0.73 |
| Hex | BD | A2 | D0 | 9 | 16 | 0 | 12 | 113 | 21 | 49 |
| Octal | 275 | 242 | 320 | 11 | 26 | 0 | 22 | 423 | 41 | 111 |
| Binary | 10111101 | 10100010 | 11010000 | 1001 | 10110 | 0 | 10010 | 100010011 | 100001 | 1001001 |
Color Harmonies of #BDA2D0
Complementary color
Monochromatic Colors of #BDA2D0
Black with #BDA2D0
Text Example
Text Example
White with #BDA2D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA2D0; }
p { color: rgb(189,162,208); }
H1.HeaderClassName
{
color: #BDA2D0;
}
.AnyTagClassName
{
color: #BDA2D0;
}
</style>
background-color css
<style>
a { background-color: #BDA2D0; }
a { background-color: rgb(189,162,208); }
div.DivClassName
{
background-color: #BDA2D0;
}
.BgClassName
{
background-color: #BDA2D0;
}
</style>
border-color css
<style>
span { border-color: #BDA2D0; }
span { border-color: rgb(189,162,208); }
td.TdClassName
{
border-color: #BDA2D0;
}
.TagClassName
{
border-color: #BDA2D0;
}
</style>