Shades of Perfume #BEAACB
Tints of Perfume #BEAACB
RGB
CMYK
RGB Variations
Color information
#BEAACB (or 0xBEAACB) is known color: Perfume. HEX triplet: BE, AA and CB. RGB value is (190,170,203). Sum of RGB (Red+Green+Blue) = 190+170+203=563 (74% of max value = 765). Red value is 190 (74.61% from 255 or 33.75% from 563); Green value is 170 (66.80% from 255 or 30.20% from 563); Blue value is 203 (79.69% from 255 or 36.06% from 563); Max value from RGB is 203 - color contains mainly: blue. Hex color #BEAACB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BEAACB is #415534. Grayscale: #B3B3B3. Windows color (decimal): -4281653 or 13347518. OLE color: 13347518.
HSL color Cylindrical-coordinate representation of color #BEAACB: hue angle of 276.36º degrees, saturation: 0.24, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BEAACB is Cyan = 0.06, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 190 | 170 | 203 | - |
| CMYK | 0.06 | 0.16 | 0 | 0.20 |
| HSL | 276.36º | 0.24% | 0.73% | - |
| HSV(B) | 276.36º | 0.16% | 0.8% | - |
| XYZ | 46.39 | 44.01 | 62.55 | - |
| YUV | 179.74 | 141.13 | 135.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 170 | 203 | 0.06 | 0.16 | 0 | 0.20 | 276.36 | 0.24 | 0.73 |
| Hex | BE | AA | CB | 6 | 10 | 0 | 14 | 114 | 18 | 49 |
| Octal | 276 | 252 | 313 | 6 | 20 | 0 | 24 | 424 | 30 | 111 |
| Binary | 10111110 | 10101010 | 11001011 | 110 | 10000 | 0 | 10100 | 100010100 | 11000 | 1001001 |
Color Harmonies of #BEAACB
Complementary color
Monochromatic Colors of #BEAACB
Black with #BEAACB
Text Example
Text Example
White with #BEAACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEAACB; }
p { color: rgb(190,170,203); }
H1.HeaderClassName
{
color: #BEAACB;
}
.AnyTagClassName
{
color: #BEAACB;
}
</style>
background-color css
<style>
a { background-color: #BEAACB; }
a { background-color: rgb(190,170,203); }
div.DivClassName
{
background-color: #BEAACB;
}
.BgClassName
{
background-color: #BEAACB;
}
</style>
border-color css
<style>
span { border-color: #BEAACB; }
span { border-color: rgb(190,170,203); }
td.TdClassName
{
border-color: #BEAACB;
}
.TagClassName
{
border-color: #BEAACB;
}
</style>