Shades of Careys Pink #B8AAAB
Tints of Careys Pink #B8AAAB
RGB
CMYK
RGB Variations
Color information
#B8AAAB (or 0xB8AAAB) is known color: Careys Pink. HEX triplet: B8, AA and AB. RGB value is (184,170,171). Sum of RGB (Red+Green+Blue) = 184+170+171=525 (69% of max value = 765). Red value is 184 (72.27% from 255 or 35.05% from 525); Green value is 170 (66.80% from 255 or 32.38% from 525); Blue value is 171 (67.19% from 255 or 32.57% from 525); Max value from RGB is 184 - color contains mainly: red. Hex color #B8AAAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B8AAAB is #475554. Grayscale: #AEAEAE. Windows color (decimal): -4674901 or 11250360. OLE color: 11250360.
HSL color Cylindrical-coordinate representation of color #B8AAAB: hue angle of 355.71º degrees, saturation: 0.09, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #B8AAAB is Cyan = 0, Magento = 0.08, Yellow = 0.07 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 170 | 171 | - |
| CMYK | 0 | 0.08 | 0.07 | 0.28 |
| HSL | 355.71º | 0.09% | 0.69% | - |
| HSV(B) | 355.71º | 0.08% | 0.72% | - |
| XYZ | 41.49 | 41.88 | 44.42 | - |
| YUV | 174.3 | 126.14 | 134.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 170 | 171 | 0 | 0.08 | 0.07 | 0.28 | 355.71 | 0.09 | 0.69 |
| Hex | B8 | AA | AB | 0 | 8 | 7 | 1C | 164 | 9 | 45 |
| Octal | 270 | 252 | 253 | 0 | 10 | 7 | 34 | 544 | 11 | 105 |
| Binary | 10111000 | 10101010 | 10101011 | 0 | 1000 | 111 | 11100 | 101100100 | 1001 | 1000101 |
Color Harmonies of #B8AAAB
Complementary color
Monochromatic Colors of #B8AAAB
Black with #B8AAAB
Text Example
Text Example
White with #B8AAAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8AAAB; }
p { color: rgb(184,170,171); }
H1.HeaderClassName
{
color: #B8AAAB;
}
.AnyTagClassName
{
color: #B8AAAB;
}
</style>
background-color css
<style>
a { background-color: #B8AAAB; }
a { background-color: rgb(184,170,171); }
div.DivClassName
{
background-color: #B8AAAB;
}
.BgClassName
{
background-color: #B8AAAB;
}
</style>
border-color css
<style>
span { border-color: #B8AAAB; }
span { border-color: rgb(184,170,171); }
td.TdClassName
{
border-color: #B8AAAB;
}
.TagClassName
{
border-color: #B8AAAB;
}
</style>