Shades of Careys Pink #B89FA2
Tints of Careys Pink #B89FA2
RGB
CMYK
RGB Variations
Color information
#B89FA2 (or 0xB89FA2) is known color: Careys Pink. HEX triplet: B8, 9F and A2. RGB value is (184,159,162). Sum of RGB (Red+Green+Blue) = 184+159+162=505 (66% of max value = 765). Red value is 184 (72.27% from 255 or 36.44% from 505); Green value is 159 (62.5% from 255 or 31.49% from 505); Blue value is 162 (63.67% from 255 or 32.08% from 505); Max value from RGB is 184 - color contains mainly: red. Hex color #B89FA2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B89FA2 is #47605D. Grayscale: #A6A6A6. Windows color (decimal): -4677726 or 10657720. OLE color: 10657720.
HSL color Cylindrical-coordinate representation of color #B89FA2: hue angle of 352.8º degrees, saturation: 0.15, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #B89FA2 is Cyan = 0, Magento = 0.14, Yellow = 0.12 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 159 | 162 | - |
| CMYK | 0 | 0.14 | 0.12 | 0.28 |
| HSL | 352.8º | 0.15% | 0.67% | - |
| HSV(B) | 352.8º | 0.14% | 0.72% | - |
| XYZ | 38.69 | 37.6 | 39.4 | - |
| YUV | 166.82 | 125.28 | 140.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 159 | 162 | 0 | 0.14 | 0.12 | 0.28 | 352.8 | 0.15 | 0.67 |
| Hex | B8 | 9F | A2 | 0 | E | C | 1C | 161 | F | 43 |
| Octal | 270 | 237 | 242 | 0 | 16 | 14 | 34 | 541 | 17 | 103 |
| Binary | 10111000 | 10011111 | 10100010 | 0 | 1110 | 1100 | 11100 | 101100001 | 1111 | 1000011 |
Color Harmonies of #B89FA2
Complementary color
Monochromatic Colors of #B89FA2
Black with #B89FA2
Text Example
Text Example
White with #B89FA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B89FA2; }
p { color: rgb(184,159,162); }
H1.HeaderClassName
{
color: #B89FA2;
}
.AnyTagClassName
{
color: #B89FA2;
}
</style>
background-color css
<style>
a { background-color: #B89FA2; }
a { background-color: rgb(184,159,162); }
div.DivClassName
{
background-color: #B89FA2;
}
.BgClassName
{
background-color: #B89FA2;
}
</style>
border-color css
<style>
span { border-color: #B89FA2; }
span { border-color: rgb(184,159,162); }
td.TdClassName
{
border-color: #B89FA2;
}
.TagClassName
{
border-color: #B89FA2;
}
</style>