Shades of Perfume #BDA2EA
Tints of Perfume #BDA2EA
RGB
CMYK
RGB Variations
Color information
#BDA2EA (or 0xBDA2EA) is known color: Perfume. HEX triplet: BD, A2 and EA. RGB value is (189,162,234). Sum of RGB (Red+Green+Blue) = 189+162+234=585 (77% of max value = 765). Red value is 189 (74.22% from 255 or 32.31% from 585); Green value is 162 (63.67% from 255 or 27.69% from 585); Blue value is 234 (91.80% from 255 or 40% from 585); Max value from RGB is 234 - color contains mainly: blue. Hex color #BDA2EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BDA2EA is #425D15. Grayscale: #B2B2B2. Windows color (decimal): -4349206 or 15377085. OLE color: 15377085.
HSL color Cylindrical-coordinate representation of color #BDA2EA: hue angle of 262.5º degrees, saturation: 0.63, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BDA2EA is Cyan = 0.19, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 189 | 162 | 234 | - |
| CMYK | 0.19 | 0.31 | 0 | 0.08 |
| HSL | 262.5º | 0.63% | 0.78% | - |
| HSV(B) | 262.5º | 0.31% | 0.92% | - |
| XYZ | 48.76 | 42.6 | 83.49 | - |
| YUV | 178.28 | 159.45 | 135.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 162 | 234 | 0.19 | 0.31 | 0 | 0.08 | 262.5 | 0.63 | 0.78 |
| Hex | BD | A2 | EA | 13 | 1F | 0 | 8 | 106 | 3F | 4E |
| Octal | 275 | 242 | 352 | 23 | 37 | 0 | 10 | 406 | 77 | 116 |
| Binary | 10111101 | 10100010 | 11101010 | 10011 | 11111 | 0 | 1000 | 100000110 | 111111 | 1001110 |
Color Harmonies of #BDA2EA
Complementary color
Monochromatic Colors of #BDA2EA
Black with #BDA2EA
Text Example
Text Example
White with #BDA2EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA2EA; }
p { color: rgb(189,162,234); }
H1.HeaderClassName
{
color: #BDA2EA;
}
.AnyTagClassName
{
color: #BDA2EA;
}
</style>
background-color css
<style>
a { background-color: #BDA2EA; }
a { background-color: rgb(189,162,234); }
div.DivClassName
{
background-color: #BDA2EA;
}
.BgClassName
{
background-color: #BDA2EA;
}
</style>
border-color css
<style>
span { border-color: #BDA2EA; }
span { border-color: rgb(189,162,234); }
td.TdClassName
{
border-color: #BDA2EA;
}
.TagClassName
{
border-color: #BDA2EA;
}
</style>