Shades of Perfume #BDA2D8
Tints of Perfume #BDA2D8
RGB
CMYK
RGB Variations
Color information
#BDA2D8 (or 0xBDA2D8) is known color: Perfume. HEX triplet: BD, A2 and D8. RGB value is (189,162,216). Sum of RGB (Red+Green+Blue) = 189+162+216=567 (75% of max value = 765). Red value is 189 (74.22% from 255 or 33.33% from 567); Green value is 162 (63.67% from 255 or 28.57% from 567); Blue value is 216 (84.77% from 255 or 38.10% from 567); Max value from RGB is 216 - color contains mainly: blue. Hex color #BDA2D8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDA2D8 is #425D27. Grayscale: #B0B0B0. Windows color (decimal): -4349224 or 14197437. OLE color: 14197437.
HSL color Cylindrical-coordinate representation of color #BDA2D8: hue angle of 270º degrees, saturation: 0.41, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BDA2D8 is Cyan = 0.12, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
RGB | 189 | 162 | 216 | - |
CMYK | 0.12 | 0.25 | 0 | 0.15 |
HSL | 270º | 0.41% | 0.74% | - |
HSV(B) | 270º | 0.25% | 0.85% | - |
XYZ | 46.3 | 41.62 | 70.56 | - |
YUV | 176.23 | 150.45 | 137.11 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 189 | 162 | 216 | 0.12 | 0.25 | 0 | 0.15 | 270 | 0.41 | 0.74 |
Hex | BD | A2 | D8 | C | 19 | 0 | F | 10E | 29 | 4A |
Octal | 275 | 242 | 330 | 14 | 31 | 0 | 17 | 416 | 51 | 112 |
Binary | 10111101 | 10100010 | 11011000 | 1100 | 11001 | 0 | 1111 | 100001110 | 101001 | 1001010 |
Color Harmonies of #BDA2D8
Complementary color
Monochromatic Colors of #BDA2D8
Black with #BDA2D8
Text Example
Text Example
White with #BDA2D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA2D8; }
p { color: rgb(189,162,216); }
H1.HeaderClassName
{
color: #BDA2D8;
}
.AnyTagClassName
{
color: #BDA2D8;
}
</style>
background-color css
<style>
a { background-color: #BDA2D8; }
a { background-color: rgb(189,162,216); }
div.DivClassName
{
background-color: #BDA2D8;
}
.BgClassName
{
background-color: #BDA2D8;
}
</style>
border-color css
<style>
span { border-color: #BDA2D8; }
span { border-color: rgb(189,162,216); }
td.TdClassName
{
border-color: #BDA2D8;
}
.TagClassName
{
border-color: #BDA2D8;
}
</style>