Shades of Perfume #BEA9CB
Tints of Perfume #BEA9CB
RGB
CMYK
RGB Variations
Color information
#BEA9CB (or 0xBEA9CB) is known color: Perfume. HEX triplet: BE, A9 and CB. RGB value is (190,169,203). Sum of RGB (Red+Green+Blue) = 190+169+203=562 (74% of max value = 765). Red value is 190 (74.61% from 255 or 33.81% from 562); Green value is 169 (66.41% from 255 or 30.07% from 562); Blue value is 203 (79.69% from 255 or 36.12% from 562); Max value from RGB is 203 - color contains mainly: blue. Hex color #BEA9CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BEA9CB is #415634. Grayscale: #B3B3B3. Windows color (decimal): -4281909 or 13347262. OLE color: 13347262.
HSL color Cylindrical-coordinate representation of color #BEA9CB: hue angle of 277.06º 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 #BEA9CB is Cyan = 0.06, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 190 | 169 | 203 | - |
| CMYK | 0.06 | 0.17 | 0 | 0.20 |
| HSL | 277.06º | 0.25% | 0.73% | - |
| HSV(B) | 277.06º | 0.17% | 0.8% | - |
| XYZ | 46.2 | 43.63 | 62.49 | - |
| YUV | 179.16 | 141.46 | 135.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 169 | 203 | 0.06 | 0.17 | 0 | 0.20 | 277.06 | 0.25 | 0.73 |
| Hex | BE | A9 | CB | 6 | 11 | 0 | 14 | 115 | 19 | 49 |
| Octal | 276 | 251 | 313 | 6 | 21 | 0 | 24 | 425 | 31 | 111 |
| Binary | 10111110 | 10101001 | 11001011 | 110 | 10001 | 0 | 10100 | 100010101 | 11001 | 1001001 |
Color Harmonies of #BEA9CB
Complementary color
Monochromatic Colors of #BEA9CB
Black with #BEA9CB
Text Example
Text Example
White with #BEA9CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEA9CB; }
p { color: rgb(190,169,203); }
H1.HeaderClassName
{
color: #BEA9CB;
}
.AnyTagClassName
{
color: #BEA9CB;
}
</style>
background-color css
<style>
a { background-color: #BEA9CB; }
a { background-color: rgb(190,169,203); }
div.DivClassName
{
background-color: #BEA9CB;
}
.BgClassName
{
background-color: #BEA9CB;
}
</style>
border-color css
<style>
span { border-color: #BEA9CB; }
span { border-color: rgb(190,169,203); }
td.TdClassName
{
border-color: #BEA9CB;
}
.TagClassName
{
border-color: #BEA9CB;
}
</style>