Shades of Careys Pink #BFA3A6
Tints of Careys Pink #BFA3A6
RGB
CMYK
RGB Variations
Color information
#BFA3A6 (or 0xBFA3A6) is known color: Careys Pink. HEX triplet: BF, A3 and A6. RGB value is (191,163,166). Sum of RGB (Red+Green+Blue) = 191+163+166=520 (68% of max value = 765). Red value is 191 (75% from 255 or 36.73% from 520); Green value is 163 (64.06% from 255 or 31.35% from 520); Blue value is 166 (65.23% from 255 or 31.92% from 520); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA3A6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BFA3A6 is #405C59. Grayscale: #ABABAB. Windows color (decimal): -4217946 or 10920895. OLE color: 10920895.
HSL color Cylindrical-coordinate representation of color #BFA3A6: hue angle of 353.57º degrees, saturation: 0.18, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BFA3A6 is Cyan = 0, Magento = 0.15, Yellow = 0.13 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 163 | 166 | - |
| CMYK | 0 | 0.15 | 0.13 | 0.25 |
| HSL | 353.57º | 0.18% | 0.69% | - |
| HSV(B) | 353.57º | 0.15% | 0.75% | - |
| XYZ | 41.47 | 40.02 | 41.62 | - |
| YUV | 171.71 | 124.78 | 141.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 163 | 166 | 0 | 0.15 | 0.13 | 0.25 | 353.57 | 0.18 | 0.69 |
| Hex | BF | A3 | A6 | 0 | F | D | 19 | 162 | 12 | 45 |
| Octal | 277 | 243 | 246 | 0 | 17 | 15 | 31 | 542 | 22 | 105 |
| Binary | 10111111 | 10100011 | 10100110 | 0 | 1111 | 1101 | 11001 | 101100010 | 10010 | 1000101 |
Color Harmonies of #BFA3A6
Complementary color
Monochromatic Colors of #BFA3A6
Black with #BFA3A6
Text Example
Text Example
White with #BFA3A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFA3A6; }
p { color: rgb(191,163,166); }
H1.HeaderClassName
{
color: #BFA3A6;
}
.AnyTagClassName
{
color: #BFA3A6;
}
</style>
background-color css
<style>
a { background-color: #BFA3A6; }
a { background-color: rgb(191,163,166); }
div.DivClassName
{
background-color: #BFA3A6;
}
.BgClassName
{
background-color: #BFA3A6;
}
</style>
border-color css
<style>
span { border-color: #BFA3A6; }
span { border-color: rgb(191,163,166); }
td.TdClassName
{
border-color: #BFA3A6;
}
.TagClassName
{
border-color: #BFA3A6;
}
</style>