Shades of Careys Pink #BFAAAD
Tints of Careys Pink #BFAAAD
RGB
CMYK
RGB Variations
Color information
#BFAAAD (or 0xBFAAAD) is known color: Careys Pink. HEX triplet: BF, AA and AD. RGB value is (191,170,173). Sum of RGB (Red+Green+Blue) = 191+170+173=534 (70% of max value = 765). Red value is 191 (75% from 255 or 35.77% from 534); Green value is 170 (66.80% from 255 or 31.84% from 534); Blue value is 173 (67.97% from 255 or 32.40% from 534); Max value from RGB is 191 - color contains mainly: red. Hex color #BFAAAD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BFAAAD is #405552. Grayscale: #B0B0B0. Windows color (decimal): -4216147 or 11381439. OLE color: 11381439.
HSL color Cylindrical-coordinate representation of color #BFAAAD: hue angle of 351.43º degrees, saturation: 0.14, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #BFAAAD is Cyan = 0, Magento = 0.11, Yellow = 0.09 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 170 | 173 | - |
| CMYK | 0 | 0.11 | 0.09 | 0.25 |
| HSL | 351.43º | 0.14% | 0.71% | - |
| HSV(B) | 351.43º | 0.11% | 0.75% | - |
| XYZ | 43.4 | 42.84 | 45.52 | - |
| YUV | 176.62 | 125.96 | 138.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 170 | 173 | 0 | 0.11 | 0.09 | 0.25 | 351.43 | 0.14 | 0.71 |
| Hex | BF | AA | AD | 0 | B | 9 | 19 | 15F | E | 47 |
| Octal | 277 | 252 | 255 | 0 | 13 | 11 | 31 | 537 | 16 | 107 |
| Binary | 10111111 | 10101010 | 10101101 | 0 | 1011 | 1001 | 11001 | 101011111 | 1110 | 1000111 |
Color Harmonies of #BFAAAD
Complementary color
Monochromatic Colors of #BFAAAD
Black with #BFAAAD
Text Example
Text Example
White with #BFAAAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFAAAD; }
p { color: rgb(191,170,173); }
H1.HeaderClassName
{
color: #BFAAAD;
}
.AnyTagClassName
{
color: #BFAAAD;
}
</style>
background-color css
<style>
a { background-color: #BFAAAD; }
a { background-color: rgb(191,170,173); }
div.DivClassName
{
background-color: #BFAAAD;
}
.BgClassName
{
background-color: #BFAAAD;
}
</style>
border-color css
<style>
span { border-color: #BFAAAD; }
span { border-color: rgb(191,170,173); }
td.TdClassName
{
border-color: #BFAAAD;
}
.TagClassName
{
border-color: #BFAAAD;
}
</style>