Shades of Perfume #BEABCF
Tints of Perfume #BEABCF
RGB
CMYK
RGB Variations
Color information
#BEABCF (or 0xBEABCF) is known color: Perfume. HEX triplet: BE, AB and CF. RGB value is (190,171,207). Sum of RGB (Red+Green+Blue) = 190+171+207=568 (75% of max value = 765). Red value is 190 (74.61% from 255 or 33.45% from 568); Green value is 171 (67.19% from 255 or 30.11% from 568); Blue value is 207 (81.25% from 255 or 36.44% from 568); Max value from RGB is 207 - color contains mainly: blue. Hex color #BEABCF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BEABCF is #415430. Grayscale: #B4B4B4. Windows color (decimal): -4281393 or 13609918. OLE color: 13609918.
HSL color Cylindrical-coordinate representation of color #BEABCF: hue angle of 271.67º degrees, saturation: 0.27, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BEABCF is Cyan = 0.08, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 190 | 171 | 207 | - |
| CMYK | 0.08 | 0.17 | 0 | 0.19 |
| HSL | 271.67º | 0.27% | 0.74% | - |
| HSV(B) | 271.67º | 0.17% | 0.81% | - |
| XYZ | 47.06 | 44.58 | 65.16 | - |
| YUV | 180.79 | 142.79 | 134.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 171 | 207 | 0.08 | 0.17 | 0 | 0.19 | 271.67 | 0.27 | 0.74 |
| Hex | BE | AB | CF | 8 | 11 | 0 | 13 | 110 | 1B | 4A |
| Octal | 276 | 253 | 317 | 10 | 21 | 0 | 23 | 420 | 33 | 112 |
| Binary | 10111110 | 10101011 | 11001111 | 1000 | 10001 | 0 | 10011 | 100010000 | 11011 | 1001010 |
Color Harmonies of #BEABCF
Complementary color
Monochromatic Colors of #BEABCF
Black with #BEABCF
Text Example
Text Example
White with #BEABCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEABCF; }
p { color: rgb(190,171,207); }
H1.HeaderClassName
{
color: #BEABCF;
}
.AnyTagClassName
{
color: #BEABCF;
}
</style>
background-color css
<style>
a { background-color: #BEABCF; }
a { background-color: rgb(190,171,207); }
div.DivClassName
{
background-color: #BEABCF;
}
.BgClassName
{
background-color: #BEABCF;
}
</style>
border-color css
<style>
span { border-color: #BEABCF; }
span { border-color: rgb(190,171,207); }
td.TdClassName
{
border-color: #BEABCF;
}
.TagClassName
{
border-color: #BEABCF;
}
</style>