Shades of Careys Pink #BFA4A6
Tints of Careys Pink #BFA4A6
RGB
CMYK
RGB Variations
Color information
#BFA4A6 (or 0xBFA4A6) is known color: Careys Pink. HEX triplet: BF, A4 and A6. RGB value is (191,164,166). Sum of RGB (Red+Green+Blue) = 191+164+166=521 (69% of max value = 765). Red value is 191 (75% from 255 or 36.66% from 521); Green value is 164 (64.45% from 255 or 31.48% from 521); Blue value is 166 (65.23% from 255 or 31.86% from 521); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA4A6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BFA4A6 is #405B59. Grayscale: #ACACAC. Windows color (decimal): -4217690 or 10921151. OLE color: 10921151.
HSL color Cylindrical-coordinate representation of color #BFA4A6: hue angle of 355.56º degrees, saturation: 0.17, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BFA4A6 is Cyan = 0, Magento = 0.14, Yellow = 0.13 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 164 | 166 | - |
| CMYK | 0 | 0.14 | 0.13 | 0.25 |
| HSL | 355.56º | 0.17% | 0.7% | - |
| HSV(B) | 355.56º | 0.14% | 0.75% | - |
| XYZ | 41.64 | 40.38 | 41.68 | - |
| YUV | 172.3 | 124.45 | 141.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 164 | 166 | 0 | 0.14 | 0.13 | 0.25 | 355.56 | 0.17 | 0.7 |
| Hex | BF | A4 | A6 | 0 | E | D | 19 | 164 | 11 | 46 |
| Octal | 277 | 244 | 246 | 0 | 16 | 15 | 31 | 544 | 21 | 106 |
| Binary | 10111111 | 10100100 | 10100110 | 0 | 1110 | 1101 | 11001 | 101100100 | 10001 | 1000110 |
Color Harmonies of #BFA4A6
Complementary color
Monochromatic Colors of #BFA4A6
Black with #BFA4A6
Text Example
Text Example
White with #BFA4A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFA4A6; }
p { color: rgb(191,164,166); }
H1.HeaderClassName
{
color: #BFA4A6;
}
.AnyTagClassName
{
color: #BFA4A6;
}
</style>
background-color css
<style>
a { background-color: #BFA4A6; }
a { background-color: rgb(191,164,166); }
div.DivClassName
{
background-color: #BFA4A6;
}
.BgClassName
{
background-color: #BFA4A6;
}
</style>
border-color css
<style>
span { border-color: #BFA4A6; }
span { border-color: rgb(191,164,166); }
td.TdClassName
{
border-color: #BFA4A6;
}
.TagClassName
{
border-color: #BFA4A6;
}
</style>