Shades of Careys Pink #B89DA0
Tints of Careys Pink #B89DA0
RGB
CMYK
RGB Variations
Color information
#B89DA0 (or 0xB89DA0) is known color: Careys Pink. HEX triplet: B8, 9D and A0. RGB value is (184,157,160). Sum of RGB (Red+Green+Blue) = 184+157+160=501 (66% of max value = 765). Red value is 184 (72.27% from 255 or 36.73% from 501); Green value is 157 (61.72% from 255 or 31.34% from 501); Blue value is 160 (62.89% from 255 or 31.94% from 501); Max value from RGB is 184 - color contains mainly: red. Hex color #B89DA0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B89DA0 is #47625F. Grayscale: #A5A5A5. Windows color (decimal): -4678240 or 10526136. OLE color: 10526136.
HSL color Cylindrical-coordinate representation of color #B89DA0: hue angle of 353.33º 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 #B89DA0 is Cyan = 0, Magento = 0.15, Yellow = 0.13 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 157 | 160 | - |
| CMYK | 0 | 0.15 | 0.13 | 0.28 |
| HSL | 353.33º | 0.16% | 0.67% | - |
| HSV(B) | 353.33º | 0.15% | 0.72% | - |
| XYZ | 38.17 | 36.84 | 38.36 | - |
| YUV | 165.42 | 124.95 | 141.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 157 | 160 | 0 | 0.15 | 0.13 | 0.28 | 353.33 | 0.16 | 0.67 |
| Hex | B8 | 9D | A0 | 0 | F | D | 1C | 161 | 10 | 43 |
| Octal | 270 | 235 | 240 | 0 | 17 | 15 | 34 | 541 | 20 | 103 |
| Binary | 10111000 | 10011101 | 10100000 | 0 | 1111 | 1101 | 11100 | 101100001 | 10000 | 1000011 |
Color Harmonies of #B89DA0
Complementary color
Monochromatic Colors of #B89DA0
Black with #B89DA0
Text Example
Text Example
White with #B89DA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B89DA0; }
p { color: rgb(184,157,160); }
H1.HeaderClassName
{
color: #B89DA0;
}
.AnyTagClassName
{
color: #B89DA0;
}
</style>
background-color css
<style>
a { background-color: #B89DA0; }
a { background-color: rgb(184,157,160); }
div.DivClassName
{
background-color: #B89DA0;
}
.BgClassName
{
background-color: #B89DA0;
}
</style>
border-color css
<style>
span { border-color: #B89DA0; }
span { border-color: rgb(184,157,160); }
td.TdClassName
{
border-color: #B89DA0;
}
.TagClassName
{
border-color: #B89DA0;
}
</style>