Shades of Careys Pink #BFAAB0
Tints of Careys Pink #BFAAB0
RGB
CMYK
RGB Variations
Color information
#BFAAB0 (or 0xBFAAB0) is known color: Careys Pink. HEX triplet: BF, AA and B0. RGB value is (191,170,176). Sum of RGB (Red+Green+Blue) = 191+170+176=537 (71% of max value = 765). Red value is 191 (75% from 255 or 35.57% from 537); Green value is 170 (66.80% from 255 or 31.66% from 537); Blue value is 176 (69.14% from 255 or 32.77% from 537); Max value from RGB is 191 - color contains mainly: red. Hex color #BFAAB0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BFAAB0 is #40554F. Grayscale: #B0B0B0. Windows color (decimal): -4216144 or 11578047. OLE color: 11578047.
HSL color Cylindrical-coordinate representation of color #BFAAB0: hue angle of 342.86º 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 #BFAAB0 is Cyan = 0, Magento = 0.11, Yellow = 0.08 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 170 | 176 | - |
| CMYK | 0 | 0.11 | 0.08 | 0.25 |
| HSL | 342.86º | 0.14% | 0.71% | - |
| HSV(B) | 342.86º | 0.11% | 0.75% | - |
| XYZ | 43.7 | 42.96 | 47.06 | - |
| YUV | 176.96 | 127.46 | 138.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 170 | 176 | 0 | 0.11 | 0.08 | 0.25 | 342.86 | 0.14 | 0.71 |
| Hex | BF | AA | B0 | 0 | B | 8 | 19 | 157 | E | 47 |
| Octal | 277 | 252 | 260 | 0 | 13 | 10 | 31 | 527 | 16 | 107 |
| Binary | 10111111 | 10101010 | 10110000 | 0 | 1011 | 1000 | 11001 | 101010111 | 1110 | 1000111 |
Color Harmonies of #BFAAB0
Complementary color
Monochromatic Colors of #BFAAB0
Black with #BFAAB0
Text Example
Text Example
White with #BFAAB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFAAB0; }
p { color: rgb(191,170,176); }
H1.HeaderClassName
{
color: #BFAAB0;
}
.AnyTagClassName
{
color: #BFAAB0;
}
</style>
background-color css
<style>
a { background-color: #BFAAB0; }
a { background-color: rgb(191,170,176); }
div.DivClassName
{
background-color: #BFAAB0;
}
.BgClassName
{
background-color: #BFAAB0;
}
</style>
border-color css
<style>
span { border-color: #BFAAB0; }
span { border-color: rgb(191,170,176); }
td.TdClassName
{
border-color: #BFAAB0;
}
.TagClassName
{
border-color: #BFAAB0;
}
</style>