Shades of Careys Pink #B89CA1
Tints of Careys Pink #B89CA1
RGB
CMYK
RGB Variations
Color information
#B89CA1 (or 0xB89CA1) is known color: Careys Pink. HEX triplet: B8, 9C and A1. RGB value is (184,156,161). Sum of RGB (Red+Green+Blue) = 184+156+161=501 (66% of max value = 765). Red value is 184 (72.27% from 255 or 36.73% from 501); Green value is 156 (61.33% from 255 or 31.14% from 501); Blue value is 161 (63.28% from 255 or 32.14% from 501); Max value from RGB is 184 - color contains mainly: red. Hex color #B89CA1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B89CA1 is #47635E. Grayscale: #A4A4A4. Windows color (decimal): -4678495 or 10591416. OLE color: 10591416.
HSL color Cylindrical-coordinate representation of color #B89CA1: hue angle of 349.29º degrees, saturation: 0.16, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #B89CA1 is Cyan = 0, Magento = 0.15, Yellow = 0.12 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 156 | 161 | - |
| CMYK | 0 | 0.15 | 0.12 | 0.28 |
| HSL | 349.29º | 0.16% | 0.67% | - |
| HSV(B) | 349.29º | 0.15% | 0.72% | - |
| XYZ | 38.09 | 36.54 | 38.76 | - |
| YUV | 164.94 | 125.78 | 141.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 156 | 161 | 0 | 0.15 | 0.12 | 0.28 | 349.29 | 0.16 | 0.67 |
| Hex | B8 | 9C | A1 | 0 | F | C | 1C | 15D | 10 | 43 |
| Octal | 270 | 234 | 241 | 0 | 17 | 14 | 34 | 535 | 20 | 103 |
| Binary | 10111000 | 10011100 | 10100001 | 0 | 1111 | 1100 | 11100 | 101011101 | 10000 | 1000011 |
Color Harmonies of #B89CA1
Complementary color
Monochromatic Colors of #B89CA1
Black with #B89CA1
Text Example
Text Example
White with #B89CA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B89CA1; }
p { color: rgb(184,156,161); }
H1.HeaderClassName
{
color: #B89CA1;
}
.AnyTagClassName
{
color: #B89CA1;
}
</style>
background-color css
<style>
a { background-color: #B89CA1; }
a { background-color: rgb(184,156,161); }
div.DivClassName
{
background-color: #B89CA1;
}
.BgClassName
{
background-color: #B89CA1;
}
</style>
border-color css
<style>
span { border-color: #B89CA1; }
span { border-color: rgb(184,156,161); }
td.TdClassName
{
border-color: #B89CA1;
}
.TagClassName
{
border-color: #B89CA1;
}
</style>