Shades of Careys Pink #B89C9F
Tints of Careys Pink #B89C9F
RGB
CMYK
RGB Variations
Color information
#B89C9F (or 0xB89C9F) is known color: Careys Pink. HEX triplet: B8, 9C and 9F. RGB value is (184,156,159). Sum of RGB (Red+Green+Blue) = 184+156+159=499 (66% of max value = 765). Red value is 184 (72.27% from 255 or 36.87% from 499); Green value is 156 (61.33% from 255 or 31.26% from 499); Blue value is 159 (62.5% from 255 or 31.86% from 499); Max value from RGB is 184 - color contains mainly: red. Hex color #B89C9F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B89C9F is #476360. Grayscale: #A4A4A4. Windows color (decimal): -4678497 or 10460344. OLE color: 10460344.
HSL color Cylindrical-coordinate representation of color #B89C9F: hue angle of 353.57º 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 #B89C9F is Cyan = 0, Magento = 0.15, Yellow = 0.14 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 156 | 159 | - |
| CMYK | 0 | 0.15 | 0.14 | 0.28 |
| HSL | 353.57º | 0.16% | 0.67% | - |
| HSV(B) | 353.57º | 0.15% | 0.72% | - |
| XYZ | 37.91 | 36.47 | 37.84 | - |
| YUV | 164.71 | 124.78 | 141.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 156 | 159 | 0 | 0.15 | 0.14 | 0.28 | 353.57 | 0.16 | 0.67 |
| Hex | B8 | 9C | 9F | 0 | F | E | 1C | 162 | 10 | 43 |
| Octal | 270 | 234 | 237 | 0 | 17 | 16 | 34 | 542 | 20 | 103 |
| Binary | 10111000 | 10011100 | 10011111 | 0 | 1111 | 1110 | 11100 | 101100010 | 10000 | 1000011 |
Color Harmonies of #B89C9F
Complementary color
Monochromatic Colors of #B89C9F
Black with #B89C9F
Text Example
Text Example
White with #B89C9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B89C9F; }
p { color: rgb(184,156,159); }
H1.HeaderClassName
{
color: #B89C9F;
}
.AnyTagClassName
{
color: #B89C9F;
}
</style>
background-color css
<style>
a { background-color: #B89C9F; }
a { background-color: rgb(184,156,159); }
div.DivClassName
{
background-color: #B89C9F;
}
.BgClassName
{
background-color: #B89C9F;
}
</style>
border-color css
<style>
span { border-color: #B89C9F; }
span { border-color: rgb(184,156,159); }
td.TdClassName
{
border-color: #B89C9F;
}
.TagClassName
{
border-color: #B89C9F;
}
</style>