Shades of Perfume #BFAECC
Tints of Perfume #BFAECC
RGB
CMYK
RGB Variations
Color information
#BFAECC (or 0xBFAECC) is known color: Perfume. HEX triplet: BF, AE and CC. RGB value is (191,174,204). Sum of RGB (Red+Green+Blue) = 191+174+204=569 (75% of max value = 765). Red value is 191 (75% from 255 or 33.57% from 569); Green value is 174 (68.36% from 255 or 30.58% from 569); Blue value is 204 (80.08% from 255 or 35.85% from 569); Max value from RGB is 204 - color contains mainly: blue. Hex color #BFAECC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BFAECC is #405133. Grayscale: #B6B6B6. Windows color (decimal): -4215092 or 13414079. OLE color: 13414079.
HSL color Cylindrical-coordinate representation of color #BFAECC: hue angle of 274º degrees, saturation: 0.23, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BFAECC is Cyan = 0.06, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 191 | 174 | 204 | - |
| CMYK | 0.06 | 0.15 | 0 | 0.2 |
| HSL | 274º | 0.23% | 0.74% | - |
| HSV(B) | 274º | 0.15% | 0.8% | - |
| XYZ | 47.52 | 45.71 | 63.44 | - |
| YUV | 182.5 | 140.13 | 134.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 174 | 204 | 0.06 | 0.15 | 0 | 0.2 | 274 | 0.23 | 0.74 |
| Hex | BF | AE | CC | 6 | F | 0 | 14 | 112 | 17 | 4A |
| Octal | 277 | 256 | 314 | 6 | 17 | 0 | 24 | 422 | 27 | 112 |
| Binary | 10111111 | 10101110 | 11001100 | 110 | 1111 | 0 | 10100 | 100010010 | 10111 | 1001010 |
Color Harmonies of #BFAECC
Complementary color
Monochromatic Colors of #BFAECC
Black with #BFAECC
Text Example
Text Example
White with #BFAECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFAECC; }
p { color: rgb(191,174,204); }
H1.HeaderClassName
{
color: #BFAECC;
}
.AnyTagClassName
{
color: #BFAECC;
}
</style>
background-color css
<style>
a { background-color: #BFAECC; }
a { background-color: rgb(191,174,204); }
div.DivClassName
{
background-color: #BFAECC;
}
.BgClassName
{
background-color: #BFAECC;
}
</style>
border-color css
<style>
span { border-color: #BFAECC; }
span { border-color: rgb(191,174,204); }
td.TdClassName
{
border-color: #BFAECC;
}
.TagClassName
{
border-color: #BFAECC;
}
</style>