Shades of Careys Pink #BFA6AA
Tints of Careys Pink #BFA6AA
RGB
CMYK
RGB Variations
Color information
#BFA6AA (or 0xBFA6AA) is known color: Careys Pink. HEX triplet: BF, A6 and AA. RGB value is (191,166,170). Sum of RGB (Red+Green+Blue) = 191+166+170=527 (69% of max value = 765). Red value is 191 (75% from 255 or 36.24% from 527); Green value is 166 (65.23% from 255 or 31.50% from 527); Blue value is 170 (66.80% from 255 or 32.26% from 527); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA6AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BFA6AA is #405955. Grayscale: #ADADAD. Windows color (decimal): -4217174 or 11183807. OLE color: 11183807.
HSL color Cylindrical-coordinate representation of color #BFA6AA: hue angle of 350.4º degrees, saturation: 0.16, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BFA6AA is Cyan = 0, Magento = 0.13, Yellow = 0.11 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 166 | 170 | - |
| CMYK | 0 | 0.13 | 0.11 | 0.25 |
| HSL | 350.4º | 0.16% | 0.7% | - |
| HSV(B) | 350.4º | 0.13% | 0.75% | - |
| XYZ | 42.38 | 41.25 | 43.76 | - |
| YUV | 173.93 | 125.78 | 140.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 166 | 170 | 0 | 0.13 | 0.11 | 0.25 | 350.4 | 0.16 | 0.7 |
| Hex | BF | A6 | AA | 0 | D | B | 19 | 15E | 10 | 46 |
| Octal | 277 | 246 | 252 | 0 | 15 | 13 | 31 | 536 | 20 | 106 |
| Binary | 10111111 | 10100110 | 10101010 | 0 | 1101 | 1011 | 11001 | 101011110 | 10000 | 1000110 |
Color Harmonies of #BFA6AA
Complementary color
Monochromatic Colors of #BFA6AA
Black with #BFA6AA
Text Example
Text Example
White with #BFA6AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFA6AA; }
p { color: rgb(191,166,170); }
H1.HeaderClassName
{
color: #BFA6AA;
}
.AnyTagClassName
{
color: #BFA6AA;
}
</style>
background-color css
<style>
a { background-color: #BFA6AA; }
a { background-color: rgb(191,166,170); }
div.DivClassName
{
background-color: #BFA6AA;
}
.BgClassName
{
background-color: #BFA6AA;
}
</style>
border-color css
<style>
span { border-color: #BFA6AA; }
span { border-color: rgb(191,166,170); }
td.TdClassName
{
border-color: #BFA6AA;
}
.TagClassName
{
border-color: #BFA6AA;
}
</style>