Shades of Careys Pink #BFA0A3
Tints of Careys Pink #BFA0A3
RGB
CMYK
RGB Variations
Color information
#BFA0A3 (or 0xBFA0A3) is known color: Careys Pink. HEX triplet: BF, A0 and A3. RGB value is (191,160,163). Sum of RGB (Red+Green+Blue) = 191+160+163=514 (68% of max value = 765). Red value is 191 (75% from 255 or 37.16% from 514); Green value is 160 (62.89% from 255 or 31.13% from 514); Blue value is 163 (64.06% from 255 or 31.71% from 514); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA0A3 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BFA0A3 is #405F5C. Grayscale: #A9A9A9. Windows color (decimal): -4218717 or 10723519. OLE color: 10723519.
HSL color Cylindrical-coordinate representation of color #BFA0A3: hue angle of 354.19º degrees, saturation: 0.19, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BFA0A3 is Cyan = 0, Magento = 0.16, Yellow = 0.15 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 160 | 163 | - |
| CMYK | 0 | 0.16 | 0.15 | 0.25 |
| HSL | 354.19º | 0.19% | 0.69% | - |
| HSV(B) | 354.19º | 0.16% | 0.75% | - |
| XYZ | 40.67 | 38.86 | 40.01 | - |
| YUV | 169.61 | 124.27 | 143.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 160 | 163 | 0 | 0.16 | 0.15 | 0.25 | 354.19 | 0.19 | 0.69 |
| Hex | BF | A0 | A3 | 0 | 10 | F | 19 | 162 | 13 | 45 |
| Octal | 277 | 240 | 243 | 0 | 20 | 17 | 31 | 542 | 23 | 105 |
| Binary | 10111111 | 10100000 | 10100011 | 0 | 10000 | 1111 | 11001 | 101100010 | 10011 | 1000101 |
Color Harmonies of #BFA0A3
Complementary color
Monochromatic Colors of #BFA0A3
Black with #BFA0A3
Text Example
Text Example
White with #BFA0A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFA0A3; }
p { color: rgb(191,160,163); }
H1.HeaderClassName
{
color: #BFA0A3;
}
.AnyTagClassName
{
color: #BFA0A3;
}
</style>
background-color css
<style>
a { background-color: #BFA0A3; }
a { background-color: rgb(191,160,163); }
div.DivClassName
{
background-color: #BFA0A3;
}
.BgClassName
{
background-color: #BFA0A3;
}
</style>
border-color css
<style>
span { border-color: #BFA0A3; }
span { border-color: rgb(191,160,163); }
td.TdClassName
{
border-color: #BFA0A3;
}
.TagClassName
{
border-color: #BFA0A3;
}
</style>