Shades of Careys Pink #BFABAE
Tints of Careys Pink #BFABAE
RGB
CMYK
RGB Variations
Color information
#BFABAE (or 0xBFABAE) is known color: Careys Pink. HEX triplet: BF, AB and AE. RGB value is (191,171,174). Sum of RGB (Red+Green+Blue) = 191+171+174=536 (70% of max value = 765). Red value is 191 (75% from 255 or 35.63% from 536); Green value is 171 (67.19% from 255 or 31.90% from 536); Blue value is 174 (68.36% from 255 or 32.46% from 536); Max value from RGB is 191 - color contains mainly: red. Hex color #BFABAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BFABAE is #405451. Grayscale: #B1B1B1. Windows color (decimal): -4215890 or 11447231. OLE color: 11447231.
HSL color Cylindrical-coordinate representation of color #BFABAE: hue angle of 351º degrees, saturation: 0.14, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BFABAE is Cyan = 0, Magento = 0.10, Yellow = 0.09 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 171 | 174 | - |
| CMYK | 0 | 0.10 | 0.09 | 0.25 |
| HSL | 351º | 0.14% | 0.71% | - |
| HSV(B) | 351º | 0.1% | 0.75% | - |
| XYZ | 43.69 | 43.26 | 46.09 | - |
| YUV | 177.32 | 126.13 | 137.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 171 | 174 | 0 | 0.10 | 0.09 | 0.25 | 351 | 0.14 | 0.71 |
| Hex | BF | AB | AE | 0 | A | 9 | 19 | 15F | E | 47 |
| Octal | 277 | 253 | 256 | 0 | 12 | 11 | 31 | 537 | 16 | 107 |
| Binary | 10111111 | 10101011 | 10101110 | 0 | 1010 | 1001 | 11001 | 101011111 | 1110 | 1000111 |
Color Harmonies of #BFABAE
Complementary color
Monochromatic Colors of #BFABAE
Black with #BFABAE
Text Example
Text Example
White with #BFABAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFABAE; }
p { color: rgb(191,171,174); }
H1.HeaderClassName
{
color: #BFABAE;
}
.AnyTagClassName
{
color: #BFABAE;
}
</style>
background-color css
<style>
a { background-color: #BFABAE; }
a { background-color: rgb(191,171,174); }
div.DivClassName
{
background-color: #BFABAE;
}
.BgClassName
{
background-color: #BFABAE;
}
</style>
border-color css
<style>
span { border-color: #BFABAE; }
span { border-color: rgb(191,171,174); }
td.TdClassName
{
border-color: #BFABAE;
}
.TagClassName
{
border-color: #BFABAE;
}
</style>