Shades of Perfume #BEAECC
Tints of Perfume #BEAECC
RGB
CMYK
RGB Variations
Color information
#BEAECC (or 0xBEAECC) is known color: Perfume. HEX triplet: BE, AE and CC. RGB value is (190,174,204). Sum of RGB (Red+Green+Blue) = 190+174+204=568 (75% of max value = 765). Red value is 190 (74.61% from 255 or 33.45% from 568); Green value is 174 (68.36% from 255 or 30.63% from 568); Blue value is 204 (80.08% from 255 or 35.92% from 568); Max value from RGB is 204 - color contains mainly: blue. Hex color #BEAECC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BEAECC is #415133. Grayscale: #B6B6B6. Windows color (decimal): -4280628 or 13414078. OLE color: 13414078.
HSL color Cylindrical-coordinate representation of color #BEAECC: hue angle of 272º degrees, saturation: 0.23, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BEAECC is Cyan = 0.07, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 190 | 174 | 204 | - |
| CMYK | 0.07 | 0.15 | 0 | 0.2 |
| HSL | 272º | 0.23% | 0.74% | - |
| HSV(B) | 272º | 0.15% | 0.8% | - |
| XYZ | 47.27 | 45.58 | 63.43 | - |
| YUV | 182.2 | 140.3 | 133.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 174 | 204 | 0.07 | 0.15 | 0 | 0.2 | 272 | 0.23 | 0.74 |
| Hex | BE | AE | CC | 7 | F | 0 | 14 | 110 | 17 | 4A |
| Octal | 276 | 256 | 314 | 7 | 17 | 0 | 24 | 420 | 27 | 112 |
| Binary | 10111110 | 10101110 | 11001100 | 111 | 1111 | 0 | 10100 | 100010000 | 10111 | 1001010 |
Color Harmonies of #BEAECC
Complementary color
Monochromatic Colors of #BEAECC
Black with #BEAECC
Text Example
Text Example
White with #BEAECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEAECC; }
p { color: rgb(190,174,204); }
H1.HeaderClassName
{
color: #BEAECC;
}
.AnyTagClassName
{
color: #BEAECC;
}
</style>
background-color css
<style>
a { background-color: #BEAECC; }
a { background-color: rgb(190,174,204); }
div.DivClassName
{
background-color: #BEAECC;
}
.BgClassName
{
background-color: #BEAECC;
}
</style>
border-color css
<style>
span { border-color: #BEAECC; }
span { border-color: rgb(190,174,204); }
td.TdClassName
{
border-color: #BEAECC;
}
.TagClassName
{
border-color: #BEAECC;
}
</style>