Shades of Perfume #BDA2F3
Tints of Perfume #BDA2F3
RGB
CMYK
RGB Variations
Color information
#BDA2F3 (or 0xBDA2F3) is known color: Perfume. HEX triplet: BD, A2 and F3. RGB value is (189,162,243). Sum of RGB (Red+Green+Blue) = 189+162+243=594 (78% of max value = 765). Red value is 189 (74.22% from 255 or 31.82% from 594); Green value is 162 (63.67% from 255 or 27.27% from 594); Blue value is 243 (95.31% from 255 or 40.91% from 594); Max value from RGB is 243 - color contains mainly: blue. Hex color #BDA2F3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BDA2F3 is #425D0C. Grayscale: #B3B3B3. Windows color (decimal): -4349197 or 15966909. OLE color: 15966909.
HSL color Cylindrical-coordinate representation of color #BDA2F3: hue angle of 260º degrees, saturation: 0.77, 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 #BDA2F3 is Cyan = 0.22, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 189 | 162 | 243 | - |
| CMYK | 0.22 | 0.33 | 0 | 0.05 |
| HSL | 260º | 0.77% | 0.79% | - |
| HSV(B) | 260º | 0.33% | 0.95% | - |
| XYZ | 50.08 | 43.13 | 90.48 | - |
| YUV | 179.31 | 163.95 | 134.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 162 | 243 | 0.22 | 0.33 | 0 | 0.05 | 260 | 0.77 | 0.79 |
| Hex | BD | A2 | F3 | 16 | 21 | 0 | 5 | 104 | 4D | 4F |
| Octal | 275 | 242 | 363 | 26 | 41 | 0 | 5 | 404 | 115 | 117 |
| Binary | 10111101 | 10100010 | 11110011 | 10110 | 100001 | 0 | 101 | 100000100 | 1001101 | 1001111 |
Color Harmonies of #BDA2F3
Complementary color
Monochromatic Colors of #BDA2F3
Black with #BDA2F3
Text Example
Text Example
White with #BDA2F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA2F3; }
p { color: rgb(189,162,243); }
H1.HeaderClassName
{
color: #BDA2F3;
}
.AnyTagClassName
{
color: #BDA2F3;
}
</style>
background-color css
<style>
a { background-color: #BDA2F3; }
a { background-color: rgb(189,162,243); }
div.DivClassName
{
background-color: #BDA2F3;
}
.BgClassName
{
background-color: #BDA2F3;
}
</style>
border-color css
<style>
span { border-color: #BDA2F3; }
span { border-color: rgb(189,162,243); }
td.TdClassName
{
border-color: #BDA2F3;
}
.TagClassName
{
border-color: #BDA2F3;
}
</style>