Shades of Careys Pink #B8AAAC
Tints of Careys Pink #B8AAAC
RGB
CMYK
RGB Variations
Color information
#B8AAAC (or 0xB8AAAC) is known color: Careys Pink. HEX triplet: B8, AA and AC. RGB value is (184,170,172). Sum of RGB (Red+Green+Blue) = 184+170+172=526 (69% of max value = 765). Red value is 184 (72.27% from 255 or 34.98% from 526); Green value is 170 (66.80% from 255 or 32.32% from 526); Blue value is 172 (67.58% from 255 or 32.70% from 526); Max value from RGB is 184 - color contains mainly: red. Hex color #B8AAAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B8AAAC is #475553. Grayscale: #AEAEAE. Windows color (decimal): -4674900 or 11315896. OLE color: 11315896.
HSL color Cylindrical-coordinate representation of color #B8AAAC: hue angle of 351.43º 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 #B8AAAC is Cyan = 0, Magento = 0.08, Yellow = 0.07 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 170 | 172 | - |
| CMYK | 0 | 0.08 | 0.07 | 0.28 |
| HSL | 351.43º | 0.09% | 0.69% | - |
| HSV(B) | 351.43º | 0.08% | 0.72% | - |
| XYZ | 41.59 | 41.92 | 44.93 | - |
| YUV | 174.41 | 126.64 | 134.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 170 | 172 | 0 | 0.08 | 0.07 | 0.28 | 351.43 | 0.09 | 0.69 |
| Hex | B8 | AA | AC | 0 | 8 | 7 | 1C | 15F | 9 | 45 |
| Octal | 270 | 252 | 254 | 0 | 10 | 7 | 34 | 537 | 11 | 105 |
| Binary | 10111000 | 10101010 | 10101100 | 0 | 1000 | 111 | 11100 | 101011111 | 1001 | 1000101 |
Color Harmonies of #B8AAAC
Complementary color
Monochromatic Colors of #B8AAAC
Black with #B8AAAC
Text Example
Text Example
White with #B8AAAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8AAAC; }
p { color: rgb(184,170,172); }
H1.HeaderClassName
{
color: #B8AAAC;
}
.AnyTagClassName
{
color: #B8AAAC;
}
</style>
background-color css
<style>
a { background-color: #B8AAAC; }
a { background-color: rgb(184,170,172); }
div.DivClassName
{
background-color: #B8AAAC;
}
.BgClassName
{
background-color: #B8AAAC;
}
</style>
border-color css
<style>
span { border-color: #B8AAAC; }
span { border-color: rgb(184,170,172); }
td.TdClassName
{
border-color: #B8AAAC;
}
.TagClassName
{
border-color: #B8AAAC;
}
</style>