Shades of Careys Pink #B3A1A4
Tints of Careys Pink #B3A1A4
RGB
CMYK
RGB Variations
Color information
#B3A1A4 (or 0xB3A1A4) is known color: Careys Pink. HEX triplet: B3, A1 and A4. RGB value is (179,161,164). Sum of RGB (Red+Green+Blue) = 179+161+164=504 (66% of max value = 765). Red value is 179 (70.31% from 255 or 35.52% from 504); Green value is 161 (63.28% from 255 or 31.94% from 504); Blue value is 164 (64.45% from 255 or 32.54% from 504); Max value from RGB is 179 - color contains mainly: red. Hex color #B3A1A4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B3A1A4 is #4C5E5B. Grayscale: #A6A6A6. Windows color (decimal): -5004892 or 10789299. OLE color: 10789299.
HSL color Cylindrical-coordinate representation of color #B3A1A4: hue angle of 350º degrees, saturation: 0.11, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #B3A1A4 is Cyan = 0, Magento = 0.10, Yellow = 0.08 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 161 | 164 | - |
| CMYK | 0 | 0.10 | 0.08 | 0.30 |
| HSL | 350º | 0.11% | 0.67% | - |
| HSV(B) | 350º | 0.1% | 0.7% | - |
| XYZ | 38.04 | 37.75 | 40.4 | - |
| YUV | 166.72 | 126.46 | 136.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 161 | 164 | 0 | 0.10 | 0.08 | 0.30 | 350 | 0.11 | 0.67 |
| Hex | B3 | A1 | A4 | 0 | A | 8 | 1E | 15E | B | 43 |
| Octal | 263 | 241 | 244 | 0 | 12 | 10 | 36 | 536 | 13 | 103 |
| Binary | 10110011 | 10100001 | 10100100 | 0 | 1010 | 1000 | 11110 | 101011110 | 1011 | 1000011 |
Color Harmonies of #B3A1A4
Complementary color
Monochromatic Colors of #B3A1A4
Black with #B3A1A4
Text Example
Text Example
White with #B3A1A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3A1A4; }
p { color: rgb(179,161,164); }
H1.HeaderClassName
{
color: #B3A1A4;
}
.AnyTagClassName
{
color: #B3A1A4;
}
</style>
background-color css
<style>
a { background-color: #B3A1A4; }
a { background-color: rgb(179,161,164); }
div.DivClassName
{
background-color: #B3A1A4;
}
.BgClassName
{
background-color: #B3A1A4;
}
</style>
border-color css
<style>
span { border-color: #B3A1A4; }
span { border-color: rgb(179,161,164); }
td.TdClassName
{
border-color: #B3A1A4;
}
.TagClassName
{
border-color: #B3A1A4;
}
</style>