Shades of Perfume #BEAAD2
Tints of Perfume #BEAAD2
RGB
CMYK
RGB Variations
Color information
#BEAAD2 (or 0xBEAAD2) is known color: Perfume. HEX triplet: BE, AA and D2. RGB value is (190,170,210). Sum of RGB (Red+Green+Blue) = 190+170+210=570 (75% of max value = 765). Red value is 190 (74.61% from 255 or 33.33% from 570); Green value is 170 (66.80% from 255 or 29.82% from 570); Blue value is 210 (82.42% from 255 or 36.84% from 570); Max value from RGB is 210 - color contains mainly: blue. Hex color #BEAAD2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BEAAD2 is #41552D. Grayscale: #B4B4B4. Windows color (decimal): -4281646 or 13806270. OLE color: 13806270.
HSL color Cylindrical-coordinate representation of color #BEAAD2: hue angle of 270º degrees, saturation: 0.31, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BEAAD2 is Cyan = 0.10, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 190 | 170 | 210 | - |
| CMYK | 0.10 | 0.19 | 0 | 0.18 |
| HSL | 270º | 0.31% | 0.75% | - |
| HSV(B) | 270º | 0.19% | 0.82% | - |
| XYZ | 47.24 | 44.35 | 67.04 | - |
| YUV | 180.54 | 144.63 | 134.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 170 | 210 | 0.10 | 0.19 | 0 | 0.18 | 270 | 0.31 | 0.75 |
| Hex | BE | AA | D2 | A | 13 | 0 | 12 | 10E | 1F | 4B |
| Octal | 276 | 252 | 322 | 12 | 23 | 0 | 22 | 416 | 37 | 113 |
| Binary | 10111110 | 10101010 | 11010010 | 1010 | 10011 | 0 | 10010 | 100001110 | 11111 | 1001011 |
Color Harmonies of #BEAAD2
Complementary color
Monochromatic Colors of #BEAAD2
Black with #BEAAD2
Text Example
Text Example
White with #BEAAD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEAAD2; }
p { color: rgb(190,170,210); }
H1.HeaderClassName
{
color: #BEAAD2;
}
.AnyTagClassName
{
color: #BEAAD2;
}
</style>
background-color css
<style>
a { background-color: #BEAAD2; }
a { background-color: rgb(190,170,210); }
div.DivClassName
{
background-color: #BEAAD2;
}
.BgClassName
{
background-color: #BEAAD2;
}
</style>
border-color css
<style>
span { border-color: #BEAAD2; }
span { border-color: rgb(190,170,210); }
td.TdClassName
{
border-color: #BEAAD2;
}
.TagClassName
{
border-color: #BEAAD2;
}
</style>