Shades of Perfume #BDA2FF
Tints of Perfume #BDA2FF
RGB
CMYK
RGB Variations
Color information
#BDA2FF (or 0xBDA2FF) is known color: Perfume. HEX triplet: BD, A2 and FF. RGB value is (189,162,255). Sum of RGB (Red+Green+Blue) = 189+162+255=606 (80% of max value = 765). Red value is 189 (74.22% from 255 or 31.19% from 606); Green value is 162 (63.67% from 255 or 26.73% from 606); Blue value is 255 (100% from 255 or 42.08% from 606); Max value from RGB is 255 - color contains mainly: blue. Hex color #BDA2FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BDA2FF is #425D00. Grayscale: #B4B4B4. Windows color (decimal): -4349185 or 16753341. OLE color: 16753341.
HSL color Cylindrical-coordinate representation of color #BDA2FF: hue angle of 257.42º degrees, saturation: 1, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BDA2FF is Cyan = 0.26, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 189 | 162 | 255 | - |
| CMYK | 0.26 | 0.36 | 0 | 0 |
| HSL | 257.42º | 1% | 0.82% | - |
| HSV(B) | 257.42º | 0.36% | 1% | - |
| XYZ | 51.96 | 43.88 | 100.34 | - |
| YUV | 180.68 | 169.95 | 133.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 162 | 255 | 0.26 | 0.36 | 0 | 0 | 257.42 | 1 | 0.82 |
| Hex | BD | A2 | FF | 1A | 24 | 0 | 0 | 101 | 64 | 52 |
| Octal | 275 | 242 | 377 | 32 | 44 | 0 | 0 | 401 | 144 | 122 |
| Binary | 10111101 | 10100010 | 11111111 | 11010 | 100100 | 0 | 0 | 100000001 | 1100100 | 1010010 |
Color Harmonies of #BDA2FF
Complementary color
Monochromatic Colors of #BDA2FF
Black with #BDA2FF
Text Example
Text Example
White with #BDA2FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA2FF; }
p { color: rgb(189,162,255); }
H1.HeaderClassName
{
color: #BDA2FF;
}
.AnyTagClassName
{
color: #BDA2FF;
}
</style>
background-color css
<style>
a { background-color: #BDA2FF; }
a { background-color: rgb(189,162,255); }
div.DivClassName
{
background-color: #BDA2FF;
}
.BgClassName
{
background-color: #BDA2FF;
}
</style>
border-color css
<style>
span { border-color: #BDA2FF; }
span { border-color: rgb(189,162,255); }
td.TdClassName
{
border-color: #BDA2FF;
}
.TagClassName
{
border-color: #BDA2FF;
}
</style>