Shades of Careys Pink #B2989B
Tints of Careys Pink #B2989B
RGB
CMYK
RGB Variations
Color information
#B2989B (or 0xB2989B) is known color: Careys Pink. HEX triplet: B2, 98 and 9B. RGB value is (178,152,155). Sum of RGB (Red+Green+Blue) = 178+152+155=485 (64% of max value = 765). Red value is 178 (69.92% from 255 or 36.70% from 485); Green value is 152 (59.77% from 255 or 31.34% from 485); Blue value is 155 (60.94% from 255 or 31.96% from 485); Max value from RGB is 178 - color contains mainly: red. Hex color #B2989B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B2989B is #4D6764. Grayscale: #A0A0A0. Windows color (decimal): -5072741 or 10197170. OLE color: 10197170.
HSL color Cylindrical-coordinate representation of color #B2989B: hue angle of 353.08º degrees, saturation: 0.14, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #B2989B is Cyan = 0, Magento = 0.15, Yellow = 0.13 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 152 | 155 | - |
| CMYK | 0 | 0.15 | 0.13 | 0.30 |
| HSL | 353.08º | 0.14% | 0.65% | - |
| HSV(B) | 353.08º | 0.15% | 0.7% | - |
| XYZ | 35.5 | 34.29 | 35.76 | - |
| YUV | 160.12 | 125.11 | 140.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 152 | 155 | 0 | 0.15 | 0.13 | 0.30 | 353.08 | 0.14 | 0.65 |
| Hex | B2 | 98 | 9B | 0 | F | D | 1E | 161 | E | 41 |
| Octal | 262 | 230 | 233 | 0 | 17 | 15 | 36 | 541 | 16 | 101 |
| Binary | 10110010 | 10011000 | 10011011 | 0 | 1111 | 1101 | 11110 | 101100001 | 1110 | 1000001 |
Color Harmonies of #B2989B
Complementary color
Monochromatic Colors of #B2989B
Black with #B2989B
Text Example
Text Example
White with #B2989B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2989B; }
p { color: rgb(178,152,155); }
H1.HeaderClassName
{
color: #B2989B;
}
.AnyTagClassName
{
color: #B2989B;
}
</style>
background-color css
<style>
a { background-color: #B2989B; }
a { background-color: rgb(178,152,155); }
div.DivClassName
{
background-color: #B2989B;
}
.BgClassName
{
background-color: #B2989B;
}
</style>
border-color css
<style>
span { border-color: #B2989B; }
span { border-color: rgb(178,152,155); }
td.TdClassName
{
border-color: #B2989B;
}
.TagClassName
{
border-color: #B2989B;
}
</style>