Shades of Perfume #BDA4F3
Tints of Perfume #BDA4F3
RGB
CMYK
RGB Variations
Color information
#BDA4F3 (or 0xBDA4F3) is known color: Perfume. HEX triplet: BD, A4 and F3. RGB value is (189,164,243). Sum of RGB (Red+Green+Blue) = 189+164+243=596 (78% of max value = 765). Red value is 189 (74.22% from 255 or 31.71% from 596); Green value is 164 (64.45% from 255 or 27.52% from 596); Blue value is 243 (95.31% from 255 or 40.77% from 596); Max value from RGB is 243 - color contains mainly: blue. Hex color #BDA4F3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BDA4F3 is #425B0C. Grayscale: #B4B4B4. Windows color (decimal): -4348685 or 15967421. OLE color: 15967421.
HSL color Cylindrical-coordinate representation of color #BDA4F3: hue angle of 258.99º degrees, saturation: 0.77, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BDA4F3 is Cyan = 0.22, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 189 | 164 | 243 | - |
| CMYK | 0.22 | 0.33 | 0 | 0.05 |
| HSL | 258.99º | 0.77% | 0.8% | - |
| HSV(B) | 258.99º | 0.33% | 0.95% | - |
| XYZ | 50.44 | 43.84 | 90.6 | - |
| YUV | 180.48 | 163.28 | 134.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 164 | 243 | 0.22 | 0.33 | 0 | 0.05 | 258.99 | 0.77 | 0.8 |
| Hex | BD | A4 | F3 | 16 | 21 | 0 | 5 | 103 | 4D | 50 |
| Octal | 275 | 244 | 363 | 26 | 41 | 0 | 5 | 403 | 115 | 120 |
| Binary | 10111101 | 10100100 | 11110011 | 10110 | 100001 | 0 | 101 | 100000011 | 1001101 | 1010000 |
Color Harmonies of #BDA4F3
Complementary color
Monochromatic Colors of #BDA4F3
Black with #BDA4F3
Text Example
Text Example
White with #BDA4F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA4F3; }
p { color: rgb(189,164,243); }
H1.HeaderClassName
{
color: #BDA4F3;
}
.AnyTagClassName
{
color: #BDA4F3;
}
</style>
background-color css
<style>
a { background-color: #BDA4F3; }
a { background-color: rgb(189,164,243); }
div.DivClassName
{
background-color: #BDA4F3;
}
.BgClassName
{
background-color: #BDA4F3;
}
</style>
border-color css
<style>
span { border-color: #BDA4F3; }
span { border-color: rgb(189,164,243); }
td.TdClassName
{
border-color: #BDA4F3;
}
.TagClassName
{
border-color: #BDA4F3;
}
</style>