Shades of Careys Pink #B29FA1
Tints of Careys Pink #B29FA1
RGB
CMYK
RGB Variations
Color information
#B29FA1 (or 0xB29FA1) is known color: Careys Pink. HEX triplet: B2, 9F and A1. RGB value is (178,159,161). Sum of RGB (Red+Green+Blue) = 178+159+161=498 (65% of max value = 765). Red value is 178 (69.92% from 255 or 35.74% from 498); Green value is 159 (62.5% from 255 or 31.93% from 498); Blue value is 161 (63.28% from 255 or 32.33% from 498); Max value from RGB is 178 - color contains mainly: red. Hex color #B29FA1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B29FA1 is #4D605E. Grayscale: #A4A4A4. Windows color (decimal): -5070943 or 10592178. OLE color: 10592178.
HSL color Cylindrical-coordinate representation of color #B29FA1: hue angle of 353.68º degrees, saturation: 0.11, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #B29FA1 is Cyan = 0, Magento = 0.11, Yellow = 0.10 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 159 | 161 | - |
| CMYK | 0 | 0.11 | 0.10 | 0.30 |
| HSL | 353.68º | 0.11% | 0.66% | - |
| HSV(B) | 353.68º | 0.11% | 0.7% | - |
| XYZ | 37.19 | 36.83 | 38.87 | - |
| YUV | 164.91 | 125.79 | 137.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 159 | 161 | 0 | 0.11 | 0.10 | 0.30 | 353.68 | 0.11 | 0.66 |
| Hex | B2 | 9F | A1 | 0 | B | A | 1E | 162 | B | 42 |
| Octal | 262 | 237 | 241 | 0 | 13 | 12 | 36 | 542 | 13 | 102 |
| Binary | 10110010 | 10011111 | 10100001 | 0 | 1011 | 1010 | 11110 | 101100010 | 1011 | 1000010 |
Color Harmonies of #B29FA1
Complementary color
Monochromatic Colors of #B29FA1
Black with #B29FA1
Text Example
Text Example
White with #B29FA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B29FA1; }
p { color: rgb(178,159,161); }
H1.HeaderClassName
{
color: #B29FA1;
}
.AnyTagClassName
{
color: #B29FA1;
}
</style>
background-color css
<style>
a { background-color: #B29FA1; }
a { background-color: rgb(178,159,161); }
div.DivClassName
{
background-color: #B29FA1;
}
.BgClassName
{
background-color: #B29FA1;
}
</style>
border-color css
<style>
span { border-color: #B29FA1; }
span { border-color: rgb(178,159,161); }
td.TdClassName
{
border-color: #B29FA1;
}
.TagClassName
{
border-color: #B29FA1;
}
</style>