Shades of Perfume #BEABD5
Tints of Perfume #BEABD5
RGB
CMYK
RGB Variations
Color information
#BEABD5 (or 0xBEABD5) is known color: Perfume. HEX triplet: BE, AB and D5. RGB value is (190,171,213). Sum of RGB (Red+Green+Blue) = 190+171+213=574 (76% of max value = 765). Red value is 190 (74.61% from 255 or 33.10% from 574); Green value is 171 (67.19% from 255 or 29.79% from 574); Blue value is 213 (83.59% from 255 or 37.11% from 574); Max value from RGB is 213 - color contains mainly: blue. Hex color #BEABD5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BEABD5 is #41542A. Grayscale: #B5B5B5. Windows color (decimal): -4281387 or 14003134. OLE color: 14003134.
HSL color Cylindrical-coordinate representation of color #BEABD5: hue angle of 267.14º degrees, saturation: 0.33, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BEABD5 is Cyan = 0.11, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 190 | 171 | 213 | - |
| CMYK | 0.11 | 0.20 | 0 | 0.16 |
| HSL | 267.14º | 0.33% | 0.75% | - |
| HSV(B) | 267.14º | 0.2% | 0.84% | - |
| XYZ | 47.81 | 44.88 | 69.09 | - |
| YUV | 181.47 | 145.79 | 134.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 171 | 213 | 0.11 | 0.20 | 0 | 0.16 | 267.14 | 0.33 | 0.75 |
| Hex | BE | AB | D5 | B | 14 | 0 | 10 | 10B | 21 | 4B |
| Octal | 276 | 253 | 325 | 13 | 24 | 0 | 20 | 413 | 41 | 113 |
| Binary | 10111110 | 10101011 | 11010101 | 1011 | 10100 | 0 | 10000 | 100001011 | 100001 | 1001011 |
Color Harmonies of #BEABD5
Complementary color
Monochromatic Colors of #BEABD5
Black with #BEABD5
Text Example
Text Example
White with #BEABD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEABD5; }
p { color: rgb(190,171,213); }
H1.HeaderClassName
{
color: #BEABD5;
}
.AnyTagClassName
{
color: #BEABD5;
}
</style>
background-color css
<style>
a { background-color: #BEABD5; }
a { background-color: rgb(190,171,213); }
div.DivClassName
{
background-color: #BEABD5;
}
.BgClassName
{
background-color: #BEABD5;
}
</style>
border-color css
<style>
span { border-color: #BEABD5; }
span { border-color: rgb(190,171,213); }
td.TdClassName
{
border-color: #BEABD5;
}
.TagClassName
{
border-color: #BEABD5;
}
</style>