Shades of Perfume #BEA8CB
Tints of Perfume #BEA8CB
RGB
CMYK
RGB Variations
Color information
#BEA8CB (or 0xBEA8CB) is known color: Perfume. HEX triplet: BE, A8 and CB. RGB value is (190,168,203). Sum of RGB (Red+Green+Blue) = 190+168+203=561 (74% of max value = 765). Red value is 190 (74.61% from 255 or 33.87% from 561); Green value is 168 (66.02% from 255 or 29.95% from 561); Blue value is 203 (79.69% from 255 or 36.19% from 561); Max value from RGB is 203 - color contains mainly: blue. Hex color #BEA8CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BEA8CB is #415734. Grayscale: #B2B2B2. Windows color (decimal): -4282165 or 13347006. OLE color: 13347006.
HSL color Cylindrical-coordinate representation of color #BEA8CB: hue angle of 277.71º degrees, saturation: 0.25, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BEA8CB is Cyan = 0.06, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 190 | 168 | 203 | - |
| CMYK | 0.06 | 0.17 | 0 | 0.20 |
| HSL | 277.71º | 0.25% | 0.73% | - |
| HSV(B) | 277.71º | 0.17% | 0.8% | - |
| XYZ | 46.02 | 43.26 | 62.43 | - |
| YUV | 178.57 | 141.79 | 136.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 168 | 203 | 0.06 | 0.17 | 0 | 0.20 | 277.71 | 0.25 | 0.73 |
| Hex | BE | A8 | CB | 6 | 11 | 0 | 14 | 116 | 19 | 49 |
| Octal | 276 | 250 | 313 | 6 | 21 | 0 | 24 | 426 | 31 | 111 |
| Binary | 10111110 | 10101000 | 11001011 | 110 | 10001 | 0 | 10100 | 100010110 | 11001 | 1001001 |
Color Harmonies of #BEA8CB
Complementary color
Monochromatic Colors of #BEA8CB
Black with #BEA8CB
Text Example
Text Example
White with #BEA8CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEA8CB; }
p { color: rgb(190,168,203); }
H1.HeaderClassName
{
color: #BEA8CB;
}
.AnyTagClassName
{
color: #BEA8CB;
}
</style>
background-color css
<style>
a { background-color: #BEA8CB; }
a { background-color: rgb(190,168,203); }
div.DivClassName
{
background-color: #BEA8CB;
}
.BgClassName
{
background-color: #BEA8CB;
}
</style>
border-color css
<style>
span { border-color: #BEA8CB; }
span { border-color: rgb(190,168,203); }
td.TdClassName
{
border-color: #BEA8CB;
}
.TagClassName
{
border-color: #BEA8CB;
}
</style>