Shades of Careys Pink #B2999A
Tints of Careys Pink #B2999A
RGB
CMYK
RGB Variations
Color information
#B2999A (or 0xB2999A) is known color: Careys Pink. HEX triplet: B2, 99 and 9A. RGB value is (178,153,154). Sum of RGB (Red+Green+Blue) = 178+153+154=485 (64% of max value = 765). Red value is 178 (69.92% from 255 or 36.70% from 485); Green value is 153 (60.16% from 255 or 31.55% from 485); Blue value is 154 (60.55% from 255 or 31.75% from 485); Max value from RGB is 178 - color contains mainly: red. Hex color #B2999A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B2999A is #4D6665. Grayscale: #A0A0A0. Windows color (decimal): -5072486 or 10131890. OLE color: 10131890.
HSL color Cylindrical-coordinate representation of color #B2999A: hue angle of 357.6º degrees, saturation: 0.14, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #B2999A is Cyan = 0, Magento = 0.14, Yellow = 0.13 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 153 | 154 | - |
| CMYK | 0 | 0.14 | 0.13 | 0.30 |
| HSL | 357.6º | 0.14% | 0.65% | - |
| HSV(B) | 357.6º | 0.14% | 0.7% | - |
| XYZ | 35.58 | 34.58 | 35.37 | - |
| YUV | 160.59 | 124.28 | 140.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 153 | 154 | 0 | 0.14 | 0.13 | 0.30 | 357.6 | 0.14 | 0.65 |
| Hex | B2 | 99 | 9A | 0 | E | D | 1E | 166 | E | 41 |
| Octal | 262 | 231 | 232 | 0 | 16 | 15 | 36 | 546 | 16 | 101 |
| Binary | 10110010 | 10011001 | 10011010 | 0 | 1110 | 1101 | 11110 | 101100110 | 1110 | 1000001 |
Color Harmonies of #B2999A
Complementary color
Monochromatic Colors of #B2999A
Black with #B2999A
Text Example
Text Example
White with #B2999A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2999A; }
p { color: rgb(178,153,154); }
H1.HeaderClassName
{
color: #B2999A;
}
.AnyTagClassName
{
color: #B2999A;
}
</style>
background-color css
<style>
a { background-color: #B2999A; }
a { background-color: rgb(178,153,154); }
div.DivClassName
{
background-color: #B2999A;
}
.BgClassName
{
background-color: #B2999A;
}
</style>
border-color css
<style>
span { border-color: #B2999A; }
span { border-color: rgb(178,153,154); }
td.TdClassName
{
border-color: #B2999A;
}
.TagClassName
{
border-color: #B2999A;
}
</style>