Shades of Perfume #BEACCC
Tints of Perfume #BEACCC
RGB
CMYK
RGB Variations
Color information
#BEACCC (or 0xBEACCC) is known color: Perfume. HEX triplet: BE, AC and CC. RGB value is (190,172,204). Sum of RGB (Red+Green+Blue) = 190+172+204=566 (74% of max value = 765). Red value is 190 (74.61% from 255 or 33.57% from 566); Green value is 172 (67.58% from 255 or 30.39% from 566); Blue value is 204 (80.08% from 255 or 36.04% from 566); Max value from RGB is 204 - color contains mainly: blue. Hex color #BEACCC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BEACCC is #415333. Grayscale: #B4B4B4. Windows color (decimal): -4281140 or 13413566. OLE color: 13413566.
HSL color Cylindrical-coordinate representation of color #BEACCC: hue angle of 273.75º degrees, saturation: 0.24, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BEACCC is Cyan = 0.07, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 190 | 172 | 204 | - |
| CMYK | 0.07 | 0.16 | 0 | 0.2 |
| HSL | 273.75º | 0.24% | 0.74% | - |
| HSV(B) | 273.75º | 0.16% | 0.8% | - |
| XYZ | 46.89 | 44.81 | 63.31 | - |
| YUV | 181.03 | 140.96 | 134.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 172 | 204 | 0.07 | 0.16 | 0 | 0.2 | 273.75 | 0.24 | 0.74 |
| Hex | BE | AC | CC | 7 | 10 | 0 | 14 | 112 | 18 | 4A |
| Octal | 276 | 254 | 314 | 7 | 20 | 0 | 24 | 422 | 30 | 112 |
| Binary | 10111110 | 10101100 | 11001100 | 111 | 10000 | 0 | 10100 | 100010010 | 11000 | 1001010 |
Color Harmonies of #BEACCC
Complementary color
Monochromatic Colors of #BEACCC
Black with #BEACCC
Text Example
Text Example
White with #BEACCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEACCC; }
p { color: rgb(190,172,204); }
H1.HeaderClassName
{
color: #BEACCC;
}
.AnyTagClassName
{
color: #BEACCC;
}
</style>
background-color css
<style>
a { background-color: #BEACCC; }
a { background-color: rgb(190,172,204); }
div.DivClassName
{
background-color: #BEACCC;
}
.BgClassName
{
background-color: #BEACCC;
}
</style>
border-color css
<style>
span { border-color: #BEACCC; }
span { border-color: rgb(190,172,204); }
td.TdClassName
{
border-color: #BEACCC;
}
.TagClassName
{
border-color: #BEACCC;
}
</style>