Shades of Careys Pink #B89FA1
Tints of Careys Pink #B89FA1
RGB
CMYK
RGB Variations
Color information
#B89FA1 (or 0xB89FA1) is known color: Careys Pink. HEX triplet: B8, 9F and A1. RGB value is (184,159,161). Sum of RGB (Red+Green+Blue) = 184+159+161=504 (66% of max value = 765). Red value is 184 (72.27% from 255 or 36.51% from 504); Green value is 159 (62.5% from 255 or 31.55% from 504); Blue value is 161 (63.28% from 255 or 31.94% from 504); Max value from RGB is 184 - color contains mainly: red. Hex color #B89FA1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B89FA1 is #47605E. Grayscale: #A6A6A6. Windows color (decimal): -4677727 or 10592184. OLE color: 10592184.
HSL color Cylindrical-coordinate representation of color #B89FA1: hue angle of 355.2º 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 #B89FA1 is Cyan = 0, Magento = 0.14, Yellow = 0.12 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 159 | 161 | - |
| CMYK | 0 | 0.14 | 0.12 | 0.28 |
| HSL | 355.2º | 0.15% | 0.67% | - |
| HSV(B) | 355.2º | 0.14% | 0.72% | - |
| XYZ | 38.6 | 37.56 | 38.93 | - |
| YUV | 166.7 | 124.78 | 140.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 159 | 161 | 0 | 0.14 | 0.12 | 0.28 | 355.2 | 0.15 | 0.67 |
| Hex | B8 | 9F | A1 | 0 | E | C | 1C | 163 | F | 43 |
| Octal | 270 | 237 | 241 | 0 | 16 | 14 | 34 | 543 | 17 | 103 |
| Binary | 10111000 | 10011111 | 10100001 | 0 | 1110 | 1100 | 11100 | 101100011 | 1111 | 1000011 |
Color Harmonies of #B89FA1
Complementary color
Monochromatic Colors of #B89FA1
Black with #B89FA1
Text Example
Text Example
White with #B89FA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B89FA1; }
p { color: rgb(184,159,161); }
H1.HeaderClassName
{
color: #B89FA1;
}
.AnyTagClassName
{
color: #B89FA1;
}
</style>
background-color css
<style>
a { background-color: #B89FA1; }
a { background-color: rgb(184,159,161); }
div.DivClassName
{
background-color: #B89FA1;
}
.BgClassName
{
background-color: #B89FA1;
}
</style>
border-color css
<style>
span { border-color: #B89FA1; }
span { border-color: rgb(184,159,161); }
td.TdClassName
{
border-color: #B89FA1;
}
.TagClassName
{
border-color: #B89FA1;
}
</style>