Shades of Careys Pink #BFA3A4
Tints of Careys Pink #BFA3A4
RGB
CMYK
RGB Variations
Color information
#BFA3A4 (or 0xBFA3A4) is known color: Careys Pink. HEX triplet: BF, A3 and A4. RGB value is (191,163,164). Sum of RGB (Red+Green+Blue) = 191+163+164=518 (68% of max value = 765). Red value is 191 (75% from 255 or 36.87% from 518); Green value is 163 (64.06% from 255 or 31.47% from 518); Blue value is 164 (64.45% from 255 or 31.66% from 518); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA3A4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BFA3A4 is #405C5B. Grayscale: #ABABAB. Windows color (decimal): -4217948 or 10789823. OLE color: 10789823.
HSL color Cylindrical-coordinate representation of color #BFA3A4: hue angle of 357.86º 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 #BFA3A4 is Cyan = 0, Magento = 0.15, Yellow = 0.14 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 163 | 164 | - |
| CMYK | 0 | 0.15 | 0.14 | 0.25 |
| HSL | 357.86º | 0.18% | 0.69% | - |
| HSV(B) | 357.86º | 0.15% | 0.75% | - |
| XYZ | 41.28 | 39.95 | 40.66 | - |
| YUV | 171.49 | 123.78 | 141.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 163 | 164 | 0 | 0.15 | 0.14 | 0.25 | 357.86 | 0.18 | 0.69 |
| Hex | BF | A3 | A4 | 0 | F | E | 19 | 166 | 12 | 45 |
| Octal | 277 | 243 | 244 | 0 | 17 | 16 | 31 | 546 | 22 | 105 |
| Binary | 10111111 | 10100011 | 10100100 | 0 | 1111 | 1110 | 11001 | 101100110 | 10010 | 1000101 |
Color Harmonies of #BFA3A4
Complementary color
Monochromatic Colors of #BFA3A4
Black with #BFA3A4
Text Example
Text Example
White with #BFA3A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFA3A4; }
p { color: rgb(191,163,164); }
H1.HeaderClassName
{
color: #BFA3A4;
}
.AnyTagClassName
{
color: #BFA3A4;
}
</style>
background-color css
<style>
a { background-color: #BFA3A4; }
a { background-color: rgb(191,163,164); }
div.DivClassName
{
background-color: #BFA3A4;
}
.BgClassName
{
background-color: #BFA3A4;
}
</style>
border-color css
<style>
span { border-color: #BFA3A4; }
span { border-color: rgb(191,163,164); }
td.TdClassName
{
border-color: #BFA3A4;
}
.TagClassName
{
border-color: #BFA3A4;
}
</style>