Shades of Careys Pink #B89FA0
Tints of Careys Pink #B89FA0
RGB
CMYK
RGB Variations
Color information
#B89FA0 (or 0xB89FA0) is known color: Careys Pink. HEX triplet: B8, 9F and A0. RGB value is (184,159,160). Sum of RGB (Red+Green+Blue) = 184+159+160=503 (66% of max value = 765). Red value is 184 (72.27% from 255 or 36.58% from 503); Green value is 159 (62.5% from 255 or 31.61% from 503); Blue value is 160 (62.89% from 255 or 31.81% from 503); Max value from RGB is 184 - color contains mainly: red. Hex color #B89FA0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B89FA0 is #47605F. Grayscale: #A6A6A6. Windows color (decimal): -4677728 or 10526648. OLE color: 10526648.
HSL color Cylindrical-coordinate representation of color #B89FA0: hue angle of 357.6º 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 #B89FA0 is Cyan = 0, Magento = 0.14, Yellow = 0.13 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 159 | 160 | - |
| CMYK | 0 | 0.14 | 0.13 | 0.28 |
| HSL | 357.6º | 0.15% | 0.67% | - |
| HSV(B) | 357.6º | 0.14% | 0.72% | - |
| XYZ | 38.51 | 37.52 | 38.47 | - |
| YUV | 166.59 | 124.28 | 140.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 159 | 160 | 0 | 0.14 | 0.13 | 0.28 | 357.6 | 0.15 | 0.67 |
| Hex | B8 | 9F | A0 | 0 | E | D | 1C | 166 | F | 43 |
| Octal | 270 | 237 | 240 | 0 | 16 | 15 | 34 | 546 | 17 | 103 |
| Binary | 10111000 | 10011111 | 10100000 | 0 | 1110 | 1101 | 11100 | 101100110 | 1111 | 1000011 |
Color Harmonies of #B89FA0
Complementary color
Monochromatic Colors of #B89FA0
Black with #B89FA0
Text Example
Text Example
White with #B89FA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B89FA0; }
p { color: rgb(184,159,160); }
H1.HeaderClassName
{
color: #B89FA0;
}
.AnyTagClassName
{
color: #B89FA0;
}
</style>
background-color css
<style>
a { background-color: #B89FA0; }
a { background-color: rgb(184,159,160); }
div.DivClassName
{
background-color: #B89FA0;
}
.BgClassName
{
background-color: #B89FA0;
}
</style>
border-color css
<style>
span { border-color: #B89FA0; }
span { border-color: rgb(184,159,160); }
td.TdClassName
{
border-color: #B89FA0;
}
.TagClassName
{
border-color: #B89FA0;
}
</style>