Shades of Perfume #BDA3F2
Tints of Perfume #BDA3F2
RGB
CMYK
RGB Variations
Color information
#BDA3F2 (or 0xBDA3F2) is known color: Perfume. HEX triplet: BD, A3 and F2. RGB value is (189,163,242). Sum of RGB (Red+Green+Blue) = 189+163+242=594 (78% of max value = 765). Red value is 189 (74.22% from 255 or 31.82% from 594); Green value is 163 (64.06% from 255 or 27.44% from 594); Blue value is 242 (94.92% from 255 or 40.74% from 594); Max value from RGB is 242 - color contains mainly: blue. Hex color #BDA3F2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BDA3F2 is #425C0D. Grayscale: #B3B3B3. Windows color (decimal): -4348942 or 15901629. OLE color: 15901629.
HSL color Cylindrical-coordinate representation of color #BDA3F2: hue angle of 259.75º degrees, saturation: 0.75, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BDA3F2 is Cyan = 0.22, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 189 | 163 | 242 | - |
| CMYK | 0.22 | 0.33 | 0 | 0.05 |
| HSL | 259.75º | 0.75% | 0.79% | - |
| HSV(B) | 259.75º | 0.33% | 0.95% | - |
| XYZ | 50.11 | 43.42 | 89.74 | - |
| YUV | 179.78 | 163.11 | 134.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 163 | 242 | 0.22 | 0.33 | 0 | 0.05 | 259.75 | 0.75 | 0.79 |
| Hex | BD | A3 | F2 | 16 | 21 | 0 | 5 | 104 | 4B | 4F |
| Octal | 275 | 243 | 362 | 26 | 41 | 0 | 5 | 404 | 113 | 117 |
| Binary | 10111101 | 10100011 | 11110010 | 10110 | 100001 | 0 | 101 | 100000100 | 1001011 | 1001111 |
Color Harmonies of #BDA3F2
Complementary color
Monochromatic Colors of #BDA3F2
Black with #BDA3F2
Text Example
Text Example
White with #BDA3F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA3F2; }
p { color: rgb(189,163,242); }
H1.HeaderClassName
{
color: #BDA3F2;
}
.AnyTagClassName
{
color: #BDA3F2;
}
</style>
background-color css
<style>
a { background-color: #BDA3F2; }
a { background-color: rgb(189,163,242); }
div.DivClassName
{
background-color: #BDA3F2;
}
.BgClassName
{
background-color: #BDA3F2;
}
</style>
border-color css
<style>
span { border-color: #BDA3F2; }
span { border-color: rgb(189,163,242); }
td.TdClassName
{
border-color: #BDA3F2;
}
.TagClassName
{
border-color: #BDA3F2;
}
</style>