Shades of Careys Pink #BFACAF
Tints of Careys Pink #BFACAF
RGB
CMYK
RGB Variations
Color information
#BFACAF (or 0xBFACAF) is known color: Careys Pink. HEX triplet: BF, AC and AF. RGB value is (191,172,175). Sum of RGB (Red+Green+Blue) = 191+172+175=538 (71% of max value = 765). Red value is 191 (75% from 255 or 35.50% from 538); Green value is 172 (67.58% from 255 or 31.97% from 538); Blue value is 175 (68.75% from 255 or 32.53% from 538); Max value from RGB is 191 - color contains mainly: red. Hex color #BFACAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BFACAF is #405350. Grayscale: #B2B2B2. Windows color (decimal): -4215633 or 11513023. OLE color: 11513023.
HSL color Cylindrical-coordinate representation of color #BFACAF: hue angle of 350.53º degrees, saturation: 0.13, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BFACAF is Cyan = 0, Magento = 0.10, Yellow = 0.08 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 172 | 175 | - |
| CMYK | 0 | 0.10 | 0.08 | 0.25 |
| HSL | 350.53º | 0.13% | 0.71% | - |
| HSV(B) | 350.53º | 0.1% | 0.75% | - |
| XYZ | 43.98 | 43.68 | 46.67 | - |
| YUV | 178.02 | 126.29 | 137.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 172 | 175 | 0 | 0.10 | 0.08 | 0.25 | 350.53 | 0.13 | 0.71 |
| Hex | BF | AC | AF | 0 | A | 8 | 19 | 15F | D | 47 |
| Octal | 277 | 254 | 257 | 0 | 12 | 10 | 31 | 537 | 15 | 107 |
| Binary | 10111111 | 10101100 | 10101111 | 0 | 1010 | 1000 | 11001 | 101011111 | 1101 | 1000111 |
Color Harmonies of #BFACAF
Complementary color
Monochromatic Colors of #BFACAF
Black with #BFACAF
Text Example
Text Example
White with #BFACAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFACAF; }
p { color: rgb(191,172,175); }
H1.HeaderClassName
{
color: #BFACAF;
}
.AnyTagClassName
{
color: #BFACAF;
}
</style>
background-color css
<style>
a { background-color: #BFACAF; }
a { background-color: rgb(191,172,175); }
div.DivClassName
{
background-color: #BFACAF;
}
.BgClassName
{
background-color: #BFACAF;
}
</style>
border-color css
<style>
span { border-color: #BFACAF; }
span { border-color: rgb(191,172,175); }
td.TdClassName
{
border-color: #BFACAF;
}
.TagClassName
{
border-color: #BFACAF;
}
</style>