Shades of Perfume #BEABD3
Tints of Perfume #BEABD3
RGB
CMYK
RGB Variations
Color information
#BEABD3 (or 0xBEABD3) is known color: Perfume. HEX triplet: BE, AB and D3. RGB value is (190,171,211). Sum of RGB (Red+Green+Blue) = 190+171+211=572 (75% of max value = 765). Red value is 190 (74.61% from 255 or 33.22% from 572); Green value is 171 (67.19% from 255 or 29.90% from 572); Blue value is 211 (82.81% from 255 or 36.89% from 572); Max value from RGB is 211 - color contains mainly: blue. Hex color #BEABD3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BEABD3 is #41542C. Grayscale: #B5B5B5. Windows color (decimal): -4281389 or 13872062. OLE color: 13872062.
HSL color Cylindrical-coordinate representation of color #BEABD3: hue angle of 268.5º degrees, saturation: 0.31, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BEABD3 is Cyan = 0.10, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 190 | 171 | 211 | - |
| CMYK | 0.10 | 0.19 | 0 | 0.17 |
| HSL | 268.5º | 0.31% | 0.75% | - |
| HSV(B) | 268.5º | 0.19% | 0.83% | - |
| XYZ | 47.56 | 44.78 | 67.76 | - |
| YUV | 181.24 | 144.79 | 134.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 171 | 211 | 0.10 | 0.19 | 0 | 0.17 | 268.5 | 0.31 | 0.75 |
| Hex | BE | AB | D3 | A | 13 | 0 | 11 | 10C | 1F | 4B |
| Octal | 276 | 253 | 323 | 12 | 23 | 0 | 21 | 414 | 37 | 113 |
| Binary | 10111110 | 10101011 | 11010011 | 1010 | 10011 | 0 | 10001 | 100001100 | 11111 | 1001011 |
Color Harmonies of #BEABD3
Complementary color
Monochromatic Colors of #BEABD3
Black with #BEABD3
Text Example
Text Example
White with #BEABD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEABD3; }
p { color: rgb(190,171,211); }
H1.HeaderClassName
{
color: #BEABD3;
}
.AnyTagClassName
{
color: #BEABD3;
}
</style>
background-color css
<style>
a { background-color: #BEABD3; }
a { background-color: rgb(190,171,211); }
div.DivClassName
{
background-color: #BEABD3;
}
.BgClassName
{
background-color: #BEABD3;
}
</style>
border-color css
<style>
span { border-color: #BEABD3; }
span { border-color: rgb(190,171,211); }
td.TdClassName
{
border-color: #BEABD3;
}
.TagClassName
{
border-color: #BEABD3;
}
</style>