Shades of Careys Pink #B89D9F
Tints of Careys Pink #B89D9F
RGB
CMYK
RGB Variations
Color information
#B89D9F (or 0xB89D9F) is known color: Careys Pink. HEX triplet: B8, 9D and 9F. RGB value is (184,157,159). Sum of RGB (Red+Green+Blue) = 184+157+159=500 (66% of max value = 765). Red value is 184 (72.27% from 255 or 36.8% from 500); Green value is 157 (61.72% from 255 or 31.4% from 500); Blue value is 159 (62.5% from 255 or 31.8% from 500); Max value from RGB is 184 - color contains mainly: red. Hex color #B89D9F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B89D9F is #476260. Grayscale: #A5A5A5. Windows color (decimal): -4678241 or 10460600. OLE color: 10460600.
HSL color Cylindrical-coordinate representation of color #B89D9F: hue angle of 355.56º 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 #B89D9F is Cyan = 0, Magento = 0.15, Yellow = 0.14 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 157 | 159 | - |
| CMYK | 0 | 0.15 | 0.14 | 0.28 |
| HSL | 355.56º | 0.16% | 0.67% | - |
| HSV(B) | 355.56º | 0.15% | 0.72% | - |
| XYZ | 38.08 | 36.81 | 37.9 | - |
| YUV | 165.3 | 124.45 | 141.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 157 | 159 | 0 | 0.15 | 0.14 | 0.28 | 355.56 | 0.16 | 0.67 |
| Hex | B8 | 9D | 9F | 0 | F | E | 1C | 164 | 10 | 43 |
| Octal | 270 | 235 | 237 | 0 | 17 | 16 | 34 | 544 | 20 | 103 |
| Binary | 10111000 | 10011101 | 10011111 | 0 | 1111 | 1110 | 11100 | 101100100 | 10000 | 1000011 |
Color Harmonies of #B89D9F
Complementary color
Monochromatic Colors of #B89D9F
Black with #B89D9F
Text Example
Text Example
White with #B89D9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B89D9F; }
p { color: rgb(184,157,159); }
H1.HeaderClassName
{
color: #B89D9F;
}
.AnyTagClassName
{
color: #B89D9F;
}
</style>
background-color css
<style>
a { background-color: #B89D9F; }
a { background-color: rgb(184,157,159); }
div.DivClassName
{
background-color: #B89D9F;
}
.BgClassName
{
background-color: #B89D9F;
}
</style>
border-color css
<style>
span { border-color: #B89D9F; }
span { border-color: rgb(184,157,159); }
td.TdClassName
{
border-color: #B89D9F;
}
.TagClassName
{
border-color: #B89D9F;
}
</style>