Shades of Perfume #BDA2CE
Tints of Perfume #BDA2CE
RGB
CMYK
RGB Variations
Color information
#BDA2CE (or 0xBDA2CE) is known color: Perfume. HEX triplet: BD, A2 and CE. RGB value is (189,162,206). Sum of RGB (Red+Green+Blue) = 189+162+206=557 (73% of max value = 765). Red value is 189 (74.22% from 255 or 33.93% from 557); Green value is 162 (63.67% from 255 or 29.08% from 557); Blue value is 206 (80.86% from 255 or 36.98% from 557); Max value from RGB is 206 - color contains mainly: blue. Hex color #BDA2CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDA2CE is #425D31. Grayscale: #AEAEAE. Windows color (decimal): -4349234 or 13542077. OLE color: 13542077.
HSL color Cylindrical-coordinate representation of color #BDA2CE: hue angle of 276.82º degrees, saturation: 0.31, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BDA2CE is Cyan = 0.08, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 189 | 162 | 206 | - |
| CMYK | 0.08 | 0.21 | 0 | 0.19 |
| HSL | 276.82º | 0.31% | 0.72% | - |
| HSV(B) | 276.82º | 0.21% | 0.81% | - |
| XYZ | 45.05 | 41.12 | 63.95 | - |
| YUV | 175.09 | 145.45 | 137.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 162 | 206 | 0.08 | 0.21 | 0 | 0.19 | 276.82 | 0.31 | 0.72 |
| Hex | BD | A2 | CE | 8 | 15 | 0 | 13 | 115 | 1F | 48 |
| Octal | 275 | 242 | 316 | 10 | 25 | 0 | 23 | 425 | 37 | 110 |
| Binary | 10111101 | 10100010 | 11001110 | 1000 | 10101 | 0 | 10011 | 100010101 | 11111 | 1001000 |
Color Harmonies of #BDA2CE
Complementary color
Monochromatic Colors of #BDA2CE
Black with #BDA2CE
Text Example
Text Example
White with #BDA2CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA2CE; }
p { color: rgb(189,162,206); }
H1.HeaderClassName
{
color: #BDA2CE;
}
.AnyTagClassName
{
color: #BDA2CE;
}
</style>
background-color css
<style>
a { background-color: #BDA2CE; }
a { background-color: rgb(189,162,206); }
div.DivClassName
{
background-color: #BDA2CE;
}
.BgClassName
{
background-color: #BDA2CE;
}
</style>
border-color css
<style>
span { border-color: #BDA2CE; }
span { border-color: rgb(189,162,206); }
td.TdClassName
{
border-color: #BDA2CE;
}
.TagClassName
{
border-color: #BDA2CE;
}
</style>