Shades of Careys Pink #BFAAAF
Tints of Careys Pink #BFAAAF
RGB
CMYK
RGB Variations
Color information
#BFAAAF (or 0xBFAAAF) is known color: Careys Pink. HEX triplet: BF, AA and AF. RGB value is (191,170,175). Sum of RGB (Red+Green+Blue) = 191+170+175=536 (70% of max value = 765). Red value is 191 (75% from 255 or 35.63% from 536); Green value is 170 (66.80% from 255 or 31.72% from 536); Blue value is 175 (68.75% from 255 or 32.65% from 536); Max value from RGB is 191 - color contains mainly: red. Hex color #BFAAAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BFAAAF is #405550. Grayscale: #B0B0B0. Windows color (decimal): -4216145 or 11512511. OLE color: 11512511.
HSL color Cylindrical-coordinate representation of color #BFAAAF: hue angle of 345.71º degrees, saturation: 0.14, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #BFAAAF is Cyan = 0, Magento = 0.11, Yellow = 0.08 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 170 | 175 | - |
| CMYK | 0 | 0.11 | 0.08 | 0.25 |
| HSL | 345.71º | 0.14% | 0.71% | - |
| HSV(B) | 345.71º | 0.11% | 0.75% | - |
| XYZ | 43.6 | 42.92 | 46.54 | - |
| YUV | 176.85 | 126.96 | 138.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 170 | 175 | 0 | 0.11 | 0.08 | 0.25 | 345.71 | 0.14 | 0.71 |
| Hex | BF | AA | AF | 0 | B | 8 | 19 | 15A | E | 47 |
| Octal | 277 | 252 | 257 | 0 | 13 | 10 | 31 | 532 | 16 | 107 |
| Binary | 10111111 | 10101010 | 10101111 | 0 | 1011 | 1000 | 11001 | 101011010 | 1110 | 1000111 |
Color Harmonies of #BFAAAF
Complementary color
Monochromatic Colors of #BFAAAF
Black with #BFAAAF
Text Example
Text Example
White with #BFAAAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFAAAF; }
p { color: rgb(191,170,175); }
H1.HeaderClassName
{
color: #BFAAAF;
}
.AnyTagClassName
{
color: #BFAAAF;
}
</style>
background-color css
<style>
a { background-color: #BFAAAF; }
a { background-color: rgb(191,170,175); }
div.DivClassName
{
background-color: #BFAAAF;
}
.BgClassName
{
background-color: #BFAAAF;
}
</style>
border-color css
<style>
span { border-color: #BFAAAF; }
span { border-color: rgb(191,170,175); }
td.TdClassName
{
border-color: #BFAAAF;
}
.TagClassName
{
border-color: #BFAAAF;
}
</style>