Shades of Careys Pink #BFA8AD
Tints of Careys Pink #BFA8AD
RGB
CMYK
RGB Variations
Color information
#BFA8AD (or 0xBFA8AD) is known color: Careys Pink. HEX triplet: BF, A8 and AD. RGB value is (191,168,173). Sum of RGB (Red+Green+Blue) = 191+168+173=532 (70% of max value = 765). Red value is 191 (75% from 255 or 35.90% from 532); Green value is 168 (66.02% from 255 or 31.58% from 532); Blue value is 173 (67.97% from 255 or 32.52% from 532); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA8AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BFA8AD is #405752. Grayscale: #AFAFAF. Windows color (decimal): -4216659 or 11380927. OLE color: 11380927.
HSL color Cylindrical-coordinate representation of color #BFA8AD: hue angle of 346.96º degrees, saturation: 0.15, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BFA8AD is Cyan = 0, Magento = 0.12, Yellow = 0.09 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 168 | 173 | - |
| CMYK | 0 | 0.12 | 0.09 | 0.25 |
| HSL | 346.96º | 0.15% | 0.7% | - |
| HSV(B) | 346.96º | 0.12% | 0.75% | - |
| XYZ | 43.03 | 42.1 | 45.39 | - |
| YUV | 175.45 | 126.62 | 139.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 168 | 173 | 0 | 0.12 | 0.09 | 0.25 | 346.96 | 0.15 | 0.7 |
| Hex | BF | A8 | AD | 0 | C | 9 | 19 | 15B | F | 46 |
| Octal | 277 | 250 | 255 | 0 | 14 | 11 | 31 | 533 | 17 | 106 |
| Binary | 10111111 | 10101000 | 10101101 | 0 | 1100 | 1001 | 11001 | 101011011 | 1111 | 1000110 |
Color Harmonies of #BFA8AD
Complementary color
Monochromatic Colors of #BFA8AD
Black with #BFA8AD
Text Example
Text Example
White with #BFA8AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFA8AD; }
p { color: rgb(191,168,173); }
H1.HeaderClassName
{
color: #BFA8AD;
}
.AnyTagClassName
{
color: #BFA8AD;
}
</style>
background-color css
<style>
a { background-color: #BFA8AD; }
a { background-color: rgb(191,168,173); }
div.DivClassName
{
background-color: #BFA8AD;
}
.BgClassName
{
background-color: #BFA8AD;
}
</style>
border-color css
<style>
span { border-color: #BFA8AD; }
span { border-color: rgb(191,168,173); }
td.TdClassName
{
border-color: #BFA8AD;
}
.TagClassName
{
border-color: #BFA8AD;
}
</style>