Shades of Perfume #BEA8D4
Tints of Perfume #BEA8D4
RGB
CMYK
RGB Variations
Color information
#BEA8D4 (or 0xBEA8D4) is known color: Perfume. HEX triplet: BE, A8 and D4. RGB value is (190,168,212). Sum of RGB (Red+Green+Blue) = 190+168+212=570 (75% of max value = 765). Red value is 190 (74.61% from 255 or 33.33% from 570); Green value is 168 (66.02% from 255 or 29.47% from 570); Blue value is 212 (83.20% from 255 or 37.19% from 570); Max value from RGB is 212 - color contains mainly: blue. Hex color #BEA8D4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BEA8D4 is #41572B. Grayscale: #B3B3B3. Windows color (decimal): -4282156 or 13936830. OLE color: 13936830.
HSL color Cylindrical-coordinate representation of color #BEA8D4: hue angle of 270º degrees, saturation: 0.34, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BEA8D4 is Cyan = 0.10, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
RGB | 190 | 168 | 212 | - |
CMYK | 0.10 | 0.21 | 0 | 0.17 |
HSL | 270º | 0.34% | 0.75% | - |
HSV(B) | 270º | 0.21% | 0.83% | - |
XYZ | 47.12 | 43.71 | 68.24 | - |
YUV | 179.59 | 146.29 | 135.42 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 190 | 168 | 212 | 0.10 | 0.21 | 0 | 0.17 | 270 | 0.34 | 0.75 |
Hex | BE | A8 | D4 | A | 15 | 0 | 11 | 10E | 22 | 4B |
Octal | 276 | 250 | 324 | 12 | 25 | 0 | 21 | 416 | 42 | 113 |
Binary | 10111110 | 10101000 | 11010100 | 1010 | 10101 | 0 | 10001 | 100001110 | 100010 | 1001011 |
Color Harmonies of #BEA8D4
Complementary color
Monochromatic Colors of #BEA8D4
Black with #BEA8D4
Text Example
Text Example
White with #BEA8D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEA8D4; }
p { color: rgb(190,168,212); }
H1.HeaderClassName
{
color: #BEA8D4;
}
.AnyTagClassName
{
color: #BEA8D4;
}
</style>
background-color css
<style>
a { background-color: #BEA8D4; }
a { background-color: rgb(190,168,212); }
div.DivClassName
{
background-color: #BEA8D4;
}
.BgClassName
{
background-color: #BEA8D4;
}
</style>
border-color css
<style>
span { border-color: #BEA8D4; }
span { border-color: rgb(190,168,212); }
td.TdClassName
{
border-color: #BEA8D4;
}
.TagClassName
{
border-color: #BEA8D4;
}
</style>