Shades of Careys Pink #B2999C
Tints of Careys Pink #B2999C
RGB
CMYK
RGB Variations
Color information
#B2999C (or 0xB2999C) is known color: Careys Pink. HEX triplet: B2, 99 and 9C. RGB value is (178,153,156). Sum of RGB (Red+Green+Blue) = 178+153+156=487 (64% of max value = 765). Red value is 178 (69.92% from 255 or 36.55% from 487); Green value is 153 (60.16% from 255 or 31.42% from 487); Blue value is 156 (61.33% from 255 or 32.03% from 487); Max value from RGB is 178 - color contains mainly: red. Hex color #B2999C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B2999C is #4D6663. Grayscale: #A0A0A0. Windows color (decimal): -5072484 or 10262962. OLE color: 10262962.
HSL color Cylindrical-coordinate representation of color #B2999C: hue angle of 352.8º 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 #B2999C is Cyan = 0, Magento = 0.14, Yellow = 0.12 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 153 | 156 | - |
| CMYK | 0 | 0.14 | 0.12 | 0.30 |
| HSL | 352.8º | 0.14% | 0.65% | - |
| HSV(B) | 352.8º | 0.14% | 0.7% | - |
| XYZ | 35.75 | 34.65 | 36.26 | - |
| YUV | 160.82 | 125.28 | 140.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 153 | 156 | 0 | 0.14 | 0.12 | 0.30 | 352.8 | 0.14 | 0.65 |
| Hex | B2 | 99 | 9C | 0 | E | C | 1E | 161 | E | 41 |
| Octal | 262 | 231 | 234 | 0 | 16 | 14 | 36 | 541 | 16 | 101 |
| Binary | 10110010 | 10011001 | 10011100 | 0 | 1110 | 1100 | 11110 | 101100001 | 1110 | 1000001 |
Color Harmonies of #B2999C
Complementary color
Monochromatic Colors of #B2999C
Black with #B2999C
Text Example
Text Example
White with #B2999C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2999C; }
p { color: rgb(178,153,156); }
H1.HeaderClassName
{
color: #B2999C;
}
.AnyTagClassName
{
color: #B2999C;
}
</style>
background-color css
<style>
a { background-color: #B2999C; }
a { background-color: rgb(178,153,156); }
div.DivClassName
{
background-color: #B2999C;
}
.BgClassName
{
background-color: #B2999C;
}
</style>
border-color css
<style>
span { border-color: #B2999C; }
span { border-color: rgb(178,153,156); }
td.TdClassName
{
border-color: #B2999C;
}
.TagClassName
{
border-color: #B2999C;
}
</style>