Shades of Careys Pink #B1AAAB
Tints of Careys Pink #B1AAAB
RGB
CMYK
RGB Variations
Color information
#B1AAAB (or 0xB1AAAB) is known color: Careys Pink. HEX triplet: B1, AA and AB. RGB value is (177,170,171). Sum of RGB (Red+Green+Blue) = 177+170+171=518 (68% of max value = 765). Red value is 177 (69.53% from 255 or 34.17% from 518); Green value is 170 (66.80% from 255 or 32.82% from 518); Blue value is 171 (67.19% from 255 or 33.01% from 518); Max value from RGB is 177 - color contains mainly: red. Hex color #B1AAAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B1AAAB is #4E5554. Grayscale: #ACACAC. Windows color (decimal): -5133653 or 11250353. OLE color: 11250353.
HSL color Cylindrical-coordinate representation of color #B1AAAB: hue angle of 351.43º degrees, saturation: 0.04, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #B1AAAB is Cyan = 0, Magento = 0.04, Yellow = 0.03 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 170 | 171 | - |
| CMYK | 0 | 0.04 | 0.03 | 0.31 |
| HSL | 351.43º | 0.04% | 0.68% | - |
| HSV(B) | 351.43º | 0.04% | 0.69% | - |
| XYZ | 39.86 | 41.04 | 44.35 | - |
| YUV | 172.21 | 127.32 | 131.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 170 | 171 | 0 | 0.04 | 0.03 | 0.31 | 351.43 | 0.04 | 0.68 |
| Hex | B1 | AA | AB | 0 | 4 | 3 | 1F | 15F | 4 | 44 |
| Octal | 261 | 252 | 253 | 0 | 4 | 3 | 37 | 537 | 4 | 104 |
| Binary | 10110001 | 10101010 | 10101011 | 0 | 100 | 11 | 11111 | 101011111 | 100 | 1000100 |
Color Harmonies of #B1AAAB
Complementary color
Monochromatic Colors of #B1AAAB
Black with #B1AAAB
Text Example
Text Example
White with #B1AAAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1AAAB; }
p { color: rgb(177,170,171); }
H1.HeaderClassName
{
color: #B1AAAB;
}
.AnyTagClassName
{
color: #B1AAAB;
}
</style>
background-color css
<style>
a { background-color: #B1AAAB; }
a { background-color: rgb(177,170,171); }
div.DivClassName
{
background-color: #B1AAAB;
}
.BgClassName
{
background-color: #B1AAAB;
}
</style>
border-color css
<style>
span { border-color: #B1AAAB; }
span { border-color: rgb(177,170,171); }
td.TdClassName
{
border-color: #B1AAAB;
}
.TagClassName
{
border-color: #B1AAAB;
}
</style>