Shades of Perfume #BFAFCC
Tints of Perfume #BFAFCC
RGB
CMYK
RGB Variations
Color information
#BFAFCC (or 0xBFAFCC) is known color: Perfume. HEX triplet: BF, AF and CC. RGB value is (191,175,204). Sum of RGB (Red+Green+Blue) = 191+175+204=570 (75% of max value = 765). Red value is 191 (75% from 255 or 33.51% from 570); Green value is 175 (68.75% from 255 or 30.70% from 570); Blue value is 204 (80.08% from 255 or 35.79% from 570); Max value from RGB is 204 - color contains mainly: blue. Hex color #BFAFCC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BFAFCC is #405033. Grayscale: #B6B6B6. Windows color (decimal): -4214836 or 13414335. OLE color: 13414335.
HSL color Cylindrical-coordinate representation of color #BFAFCC: hue angle of 273.1º degrees, saturation: 0.22, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BFAFCC is Cyan = 0.06, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 191 | 175 | 204 | - |
| CMYK | 0.06 | 0.14 | 0 | 0.2 |
| HSL | 273.1º | 0.22% | 0.74% | - |
| HSV(B) | 273.1º | 0.14% | 0.8% | - |
| XYZ | 47.71 | 46.1 | 63.51 | - |
| YUV | 183.09 | 139.8 | 133.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 175 | 204 | 0.06 | 0.14 | 0 | 0.2 | 273.1 | 0.22 | 0.74 |
| Hex | BF | AF | CC | 6 | E | 0 | 14 | 111 | 16 | 4A |
| Octal | 277 | 257 | 314 | 6 | 16 | 0 | 24 | 421 | 26 | 112 |
| Binary | 10111111 | 10101111 | 11001100 | 110 | 1110 | 0 | 10100 | 100010001 | 10110 | 1001010 |
Color Harmonies of #BFAFCC
Complementary color
Monochromatic Colors of #BFAFCC
Black with #BFAFCC
Text Example
Text Example
White with #BFAFCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFAFCC; }
p { color: rgb(191,175,204); }
H1.HeaderClassName
{
color: #BFAFCC;
}
.AnyTagClassName
{
color: #BFAFCC;
}
</style>
background-color css
<style>
a { background-color: #BFAFCC; }
a { background-color: rgb(191,175,204); }
div.DivClassName
{
background-color: #BFAFCC;
}
.BgClassName
{
background-color: #BFAFCC;
}
</style>
border-color css
<style>
span { border-color: #BFAFCC; }
span { border-color: rgb(191,175,204); }
td.TdClassName
{
border-color: #BFAFCC;
}
.TagClassName
{
border-color: #BFAFCC;
}
</style>