Shades of Careys Pink #B2A2A3
Tints of Careys Pink #B2A2A3
RGB
CMYK
RGB Variations
Color information
#B2A2A3 (or 0xB2A2A3) is known color: Careys Pink. HEX triplet: B2, A2 and A3. RGB value is (178,162,163). Sum of RGB (Red+Green+Blue) = 178+162+163=503 (66% of max value = 765). Red value is 178 (69.92% from 255 or 35.39% from 503); Green value is 162 (63.67% from 255 or 32.21% from 503); Blue value is 163 (64.06% from 255 or 32.41% from 503); Max value from RGB is 178 - color contains mainly: red. Hex color #B2A2A3 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B2A2A3 is #4D5D5C. Grayscale: #A6A6A6. Windows color (decimal): -5070173 or 10724018. OLE color: 10724018.
HSL color Cylindrical-coordinate representation of color #B2A2A3: hue angle of 356.25º degrees, saturation: 0.09, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #B2A2A3 is Cyan = 0, Magento = 0.09, Yellow = 0.08 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 162 | 163 | - |
| CMYK | 0 | 0.09 | 0.08 | 0.30 |
| HSL | 356.25º | 0.09% | 0.67% | - |
| HSV(B) | 356.25º | 0.09% | 0.7% | - |
| XYZ | 37.89 | 37.95 | 39.98 | - |
| YUV | 166.9 | 125.8 | 135.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 162 | 163 | 0 | 0.09 | 0.08 | 0.30 | 356.25 | 0.09 | 0.67 |
| Hex | B2 | A2 | A3 | 0 | 9 | 8 | 1E | 164 | 9 | 43 |
| Octal | 262 | 242 | 243 | 0 | 11 | 10 | 36 | 544 | 11 | 103 |
| Binary | 10110010 | 10100010 | 10100011 | 0 | 1001 | 1000 | 11110 | 101100100 | 1001 | 1000011 |
Color Harmonies of #B2A2A3
Complementary color
Monochromatic Colors of #B2A2A3
Black with #B2A2A3
Text Example
Text Example
White with #B2A2A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2A2A3; }
p { color: rgb(178,162,163); }
H1.HeaderClassName
{
color: #B2A2A3;
}
.AnyTagClassName
{
color: #B2A2A3;
}
</style>
background-color css
<style>
a { background-color: #B2A2A3; }
a { background-color: rgb(178,162,163); }
div.DivClassName
{
background-color: #B2A2A3;
}
.BgClassName
{
background-color: #B2A2A3;
}
</style>
border-color css
<style>
span { border-color: #B2A2A3; }
span { border-color: rgb(178,162,163); }
td.TdClassName
{
border-color: #B2A2A3;
}
.TagClassName
{
border-color: #B2A2A3;
}
</style>