Shades of Careys Pink #BFAAAE
Tints of Careys Pink #BFAAAE
RGB
CMYK
RGB Variations
Color information
#BFAAAE (or 0xBFAAAE) is known color: Careys Pink. HEX triplet: BF, AA and AE. RGB value is (191,170,174). Sum of RGB (Red+Green+Blue) = 191+170+174=535 (70% of max value = 765). Red value is 191 (75% from 255 or 35.70% from 535); Green value is 170 (66.80% from 255 or 31.78% from 535); Blue value is 174 (68.36% from 255 or 32.52% from 535); Max value from RGB is 191 - color contains mainly: red. Hex color #BFAAAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BFAAAE is #405551. Grayscale: #B0B0B0. Windows color (decimal): -4216146 or 11446975. OLE color: 11446975.
HSL color Cylindrical-coordinate representation of color #BFAAAE: hue angle of 348.57º 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 #BFAAAE is Cyan = 0, Magento = 0.11, Yellow = 0.09 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 170 | 174 | - |
| CMYK | 0 | 0.11 | 0.09 | 0.25 |
| HSL | 348.57º | 0.14% | 0.71% | - |
| HSV(B) | 348.57º | 0.11% | 0.75% | - |
| XYZ | 43.5 | 42.88 | 46.03 | - |
| YUV | 176.74 | 126.46 | 138.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 170 | 174 | 0 | 0.11 | 0.09 | 0.25 | 348.57 | 0.14 | 0.71 |
| Hex | BF | AA | AE | 0 | B | 9 | 19 | 15D | E | 47 |
| Octal | 277 | 252 | 256 | 0 | 13 | 11 | 31 | 535 | 16 | 107 |
| Binary | 10111111 | 10101010 | 10101110 | 0 | 1011 | 1001 | 11001 | 101011101 | 1110 | 1000111 |
Color Harmonies of #BFAAAE
Complementary color
Monochromatic Colors of #BFAAAE
Black with #BFAAAE
Text Example
Text Example
White with #BFAAAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFAAAE; }
p { color: rgb(191,170,174); }
H1.HeaderClassName
{
color: #BFAAAE;
}
.AnyTagClassName
{
color: #BFAAAE;
}
</style>
background-color css
<style>
a { background-color: #BFAAAE; }
a { background-color: rgb(191,170,174); }
div.DivClassName
{
background-color: #BFAAAE;
}
.BgClassName
{
background-color: #BFAAAE;
}
</style>
border-color css
<style>
span { border-color: #BFAAAE; }
span { border-color: rgb(191,170,174); }
td.TdClassName
{
border-color: #BFAAAE;
}
.TagClassName
{
border-color: #BFAAAE;
}
</style>