Shades of Perfume #BDA8EA
Tints of Perfume #BDA8EA
RGB
CMYK
RGB Variations
Color information
#BDA8EA (or 0xBDA8EA) is known color: Perfume. HEX triplet: BD, A8 and EA. RGB value is (189,168,234). Sum of RGB (Red+Green+Blue) = 189+168+234=591 (78% of max value = 765). Red value is 189 (74.22% from 255 or 31.98% from 591); Green value is 168 (66.02% from 255 or 28.43% from 591); Blue value is 234 (91.80% from 255 or 39.59% from 591); Max value from RGB is 234 - color contains mainly: blue. Hex color #BDA8EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BDA8EA is #425715. Grayscale: #B5B5B5. Windows color (decimal): -4347670 or 15378621. OLE color: 15378621.
HSL color Cylindrical-coordinate representation of color #BDA8EA: hue angle of 259.09º degrees, saturation: 0.61, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BDA8EA is Cyan = 0.19, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 189 | 168 | 234 | - |
| CMYK | 0.19 | 0.28 | 0 | 0.08 |
| HSL | 259.09º | 0.61% | 0.79% | - |
| HSV(B) | 259.09º | 0.28% | 0.92% | - |
| XYZ | 49.84 | 44.76 | 83.86 | - |
| YUV | 181.8 | 157.46 | 133.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 168 | 234 | 0.19 | 0.28 | 0 | 0.08 | 259.09 | 0.61 | 0.79 |
| Hex | BD | A8 | EA | 13 | 1C | 0 | 8 | 103 | 3D | 4F |
| Octal | 275 | 250 | 352 | 23 | 34 | 0 | 10 | 403 | 75 | 117 |
| Binary | 10111101 | 10101000 | 11101010 | 10011 | 11100 | 0 | 1000 | 100000011 | 111101 | 1001111 |
Color Harmonies of #BDA8EA
Complementary color
Monochromatic Colors of #BDA8EA
Black with #BDA8EA
Text Example
Text Example
White with #BDA8EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA8EA; }
p { color: rgb(189,168,234); }
H1.HeaderClassName
{
color: #BDA8EA;
}
.AnyTagClassName
{
color: #BDA8EA;
}
</style>
background-color css
<style>
a { background-color: #BDA8EA; }
a { background-color: rgb(189,168,234); }
div.DivClassName
{
background-color: #BDA8EA;
}
.BgClassName
{
background-color: #BDA8EA;
}
</style>
border-color css
<style>
span { border-color: #BDA8EA; }
span { border-color: rgb(189,168,234); }
td.TdClassName
{
border-color: #BDA8EA;
}
.TagClassName
{
border-color: #BDA8EA;
}
</style>