Shades of Careys Pink #BFA3A8
Tints of Careys Pink #BFA3A8
RGB
CMYK
RGB Variations
Color information
#BFA3A8 (or 0xBFA3A8) is known color: Careys Pink. HEX triplet: BF, A3 and A8. RGB value is (191,163,168). Sum of RGB (Red+Green+Blue) = 191+163+168=522 (69% of max value = 765). Red value is 191 (75% from 255 or 36.59% from 522); Green value is 163 (64.06% from 255 or 31.23% from 522); Blue value is 168 (66.02% from 255 or 32.18% from 522); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA3A8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BFA3A8 is #405C57. Grayscale: #ABABAB. Windows color (decimal): -4217944 or 11051967. OLE color: 11051967.
HSL color Cylindrical-coordinate representation of color #BFA3A8: hue angle of 349.29º 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 #BFA3A8 is Cyan = 0, Magento = 0.15, Yellow = 0.12 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 163 | 168 | - |
| CMYK | 0 | 0.15 | 0.12 | 0.25 |
| HSL | 349.29º | 0.18% | 0.69% | - |
| HSV(B) | 349.29º | 0.15% | 0.75% | - |
| XYZ | 41.65 | 40.1 | 42.59 | - |
| YUV | 171.94 | 125.78 | 141.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 163 | 168 | 0 | 0.15 | 0.12 | 0.25 | 349.29 | 0.18 | 0.69 |
| Hex | BF | A3 | A8 | 0 | F | C | 19 | 15D | 12 | 45 |
| Octal | 277 | 243 | 250 | 0 | 17 | 14 | 31 | 535 | 22 | 105 |
| Binary | 10111111 | 10100011 | 10101000 | 0 | 1111 | 1100 | 11001 | 101011101 | 10010 | 1000101 |
Color Harmonies of #BFA3A8
Complementary color
Monochromatic Colors of #BFA3A8
Black with #BFA3A8
Text Example
Text Example
White with #BFA3A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFA3A8; }
p { color: rgb(191,163,168); }
H1.HeaderClassName
{
color: #BFA3A8;
}
.AnyTagClassName
{
color: #BFA3A8;
}
</style>
background-color css
<style>
a { background-color: #BFA3A8; }
a { background-color: rgb(191,163,168); }
div.DivClassName
{
background-color: #BFA3A8;
}
.BgClassName
{
background-color: #BFA3A8;
}
</style>
border-color css
<style>
span { border-color: #BFA3A8; }
span { border-color: rgb(191,163,168); }
td.TdClassName
{
border-color: #BFA3A8;
}
.TagClassName
{
border-color: #BFA3A8;
}
</style>