Shades of Careys Pink #B2989A
Tints of Careys Pink #B2989A
RGB
CMYK
RGB Variations
Color information
#B2989A (or 0xB2989A) is known color: Careys Pink. HEX triplet: B2, 98 and 9A. RGB value is (178,152,154). Sum of RGB (Red+Green+Blue) = 178+152+154=484 (64% of max value = 765). Red value is 178 (69.92% from 255 or 36.78% from 484); Green value is 152 (59.77% from 255 or 31.40% from 484); Blue value is 154 (60.55% from 255 or 31.82% from 484); Max value from RGB is 178 - color contains mainly: red. Hex color #B2989A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B2989A is #4D6765. Grayscale: #A0A0A0. Windows color (decimal): -5072742 or 10131634. OLE color: 10131634.
HSL color Cylindrical-coordinate representation of color #B2989A: hue angle of 355.38º 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 #B2989A is Cyan = 0, Magento = 0.15, Yellow = 0.13 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 152 | 154 | - |
| CMYK | 0 | 0.15 | 0.13 | 0.30 |
| HSL | 355.38º | 0.14% | 0.65% | - |
| HSV(B) | 355.38º | 0.15% | 0.7% | - |
| XYZ | 35.42 | 34.25 | 35.32 | - |
| YUV | 160 | 124.61 | 140.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 152 | 154 | 0 | 0.15 | 0.13 | 0.30 | 355.38 | 0.14 | 0.65 |
| Hex | B2 | 98 | 9A | 0 | F | D | 1E | 163 | E | 41 |
| Octal | 262 | 230 | 232 | 0 | 17 | 15 | 36 | 543 | 16 | 101 |
| Binary | 10110010 | 10011000 | 10011010 | 0 | 1111 | 1101 | 11110 | 101100011 | 1110 | 1000001 |
Color Harmonies of #B2989A
Complementary color
Monochromatic Colors of #B2989A
Black with #B2989A
Text Example
Text Example
White with #B2989A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2989A; }
p { color: rgb(178,152,154); }
H1.HeaderClassName
{
color: #B2989A;
}
.AnyTagClassName
{
color: #B2989A;
}
</style>
background-color css
<style>
a { background-color: #B2989A; }
a { background-color: rgb(178,152,154); }
div.DivClassName
{
background-color: #B2989A;
}
.BgClassName
{
background-color: #B2989A;
}
</style>
border-color css
<style>
span { border-color: #B2989A; }
span { border-color: rgb(178,152,154); }
td.TdClassName
{
border-color: #B2989A;
}
.TagClassName
{
border-color: #B2989A;
}
</style>