Shades of Perfume #BEA8D3
Tints of Perfume #BEA8D3
RGB
CMYK
RGB Variations
Color information
#BEA8D3 (or 0xBEA8D3) is known color: Perfume. HEX triplet: BE, A8 and D3. RGB value is (190,168,211). Sum of RGB (Red+Green+Blue) = 190+168+211=569 (75% of max value = 765). Red value is 190 (74.61% from 255 or 33.39% from 569); Green value is 168 (66.02% from 255 or 29.53% from 569); Blue value is 211 (82.81% from 255 or 37.08% from 569); Max value from RGB is 211 - color contains mainly: blue. Hex color #BEA8D3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BEA8D3 is #41572C. Grayscale: #B3B3B3. Windows color (decimal): -4282157 or 13871294. OLE color: 13871294.
HSL color Cylindrical-coordinate representation of color #BEA8D3: hue angle of 270.7º degrees, saturation: 0.33, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BEA8D3 is Cyan = 0.10, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
RGB | 190 | 168 | 211 | - |
CMYK | 0.10 | 0.20 | 0 | 0.17 |
HSL | 270.7º | 0.33% | 0.74% | - |
HSV(B) | 270.7º | 0.2% | 0.83% | - |
XYZ | 47 | 43.66 | 67.58 | - |
YUV | 179.48 | 145.79 | 135.5 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 190 | 168 | 211 | 0.10 | 0.20 | 0 | 0.17 | 270.7 | 0.33 | 0.74 |
Hex | BE | A8 | D3 | A | 14 | 0 | 11 | 10F | 21 | 4A |
Octal | 276 | 250 | 323 | 12 | 24 | 0 | 21 | 417 | 41 | 112 |
Binary | 10111110 | 10101000 | 11010011 | 1010 | 10100 | 0 | 10001 | 100001111 | 100001 | 1001010 |
Color Harmonies of #BEA8D3
Complementary color
Monochromatic Colors of #BEA8D3
Black with #BEA8D3
Text Example
Text Example
White with #BEA8D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEA8D3; }
p { color: rgb(190,168,211); }
H1.HeaderClassName
{
color: #BEA8D3;
}
.AnyTagClassName
{
color: #BEA8D3;
}
</style>
background-color css
<style>
a { background-color: #BEA8D3; }
a { background-color: rgb(190,168,211); }
div.DivClassName
{
background-color: #BEA8D3;
}
.BgClassName
{
background-color: #BEA8D3;
}
</style>
border-color css
<style>
span { border-color: #BEA8D3; }
span { border-color: rgb(190,168,211); }
td.TdClassName
{
border-color: #BEA8D3;
}
.TagClassName
{
border-color: #BEA8D3;
}
</style>