Shades of Perfume #BFABCE
Tints of Perfume #BFABCE
RGB
CMYK
RGB Variations
Color information
#BFABCE (or 0xBFABCE) is known color: Perfume. HEX triplet: BF, AB and CE. RGB value is (191,171,206). Sum of RGB (Red+Green+Blue) = 191+171+206=568 (75% of max value = 765). Red value is 191 (75% from 255 or 33.63% from 568); Green value is 171 (67.19% from 255 or 30.11% from 568); Blue value is 206 (80.86% from 255 or 36.27% from 568); Max value from RGB is 206 - color contains mainly: blue. Hex color #BFABCE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BFABCE is #405431. Grayscale: #B4B4B4. Windows color (decimal): -4215858 or 13544383. OLE color: 13544383.
HSL color Cylindrical-coordinate representation of color #BFABCE: hue angle of 274.29º degrees, saturation: 0.26, 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 #BFABCE is Cyan = 0.07, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 191 | 171 | 206 | - |
| CMYK | 0.07 | 0.17 | 0 | 0.19 |
| HSL | 274.29º | 0.26% | 0.74% | - |
| HSV(B) | 274.29º | 0.17% | 0.81% | - |
| XYZ | 47.19 | 44.66 | 64.53 | - |
| YUV | 180.97 | 142.13 | 135.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 171 | 206 | 0.07 | 0.17 | 0 | 0.19 | 274.29 | 0.26 | 0.74 |
| Hex | BF | AB | CE | 7 | 11 | 0 | 13 | 112 | 1A | 4A |
| Octal | 277 | 253 | 316 | 7 | 21 | 0 | 23 | 422 | 32 | 112 |
| Binary | 10111111 | 10101011 | 11001110 | 111 | 10001 | 0 | 10011 | 100010010 | 11010 | 1001010 |
Color Harmonies of #BFABCE
Complementary color
Monochromatic Colors of #BFABCE
Black with #BFABCE
Text Example
Text Example
White with #BFABCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFABCE; }
p { color: rgb(191,171,206); }
H1.HeaderClassName
{
color: #BFABCE;
}
.AnyTagClassName
{
color: #BFABCE;
}
</style>
background-color css
<style>
a { background-color: #BFABCE; }
a { background-color: rgb(191,171,206); }
div.DivClassName
{
background-color: #BFABCE;
}
.BgClassName
{
background-color: #BFABCE;
}
</style>
border-color css
<style>
span { border-color: #BFABCE; }
span { border-color: rgb(191,171,206); }
td.TdClassName
{
border-color: #BFABCE;
}
.TagClassName
{
border-color: #BFABCE;
}
</style>