Shades of Careys Pink #BDA2AA
Tints of Careys Pink #BDA2AA
RGB
CMYK
RGB Variations
Color information
#BDA2AA (or 0xBDA2AA) is known color: Careys Pink. HEX triplet: BD, A2 and AA. RGB value is (189,162,170). Sum of RGB (Red+Green+Blue) = 189+162+170=521 (69% of max value = 765). Red value is 189 (74.22% from 255 or 36.28% from 521); Green value is 162 (63.67% from 255 or 31.09% from 521); Blue value is 170 (66.80% from 255 or 32.63% from 521); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA2AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDA2AA is #425D55. Grayscale: #AAAAAA. Windows color (decimal): -4349270 or 11182781. OLE color: 11182781.
HSL color Cylindrical-coordinate representation of color #BDA2AA: hue angle of 342.22º degrees, saturation: 0.17, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BDA2AA is Cyan = 0, Magento = 0.14, Yellow = 0.10 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 162 | 170 | - |
| CMYK | 0 | 0.14 | 0.10 | 0.26 |
| HSL | 342.22º | 0.17% | 0.69% | - |
| HSV(B) | 342.22º | 0.14% | 0.74% | - |
| XYZ | 41.16 | 39.56 | 43.5 | - |
| YUV | 170.99 | 127.45 | 140.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 162 | 170 | 0 | 0.14 | 0.10 | 0.26 | 342.22 | 0.17 | 0.69 |
| Hex | BD | A2 | AA | 0 | E | A | 1A | 156 | 11 | 45 |
| Octal | 275 | 242 | 252 | 0 | 16 | 12 | 32 | 526 | 21 | 105 |
| Binary | 10111101 | 10100010 | 10101010 | 0 | 1110 | 1010 | 11010 | 101010110 | 10001 | 1000101 |
Color Harmonies of #BDA2AA
Complementary color
Monochromatic Colors of #BDA2AA
Black with #BDA2AA
Text Example
Text Example
White with #BDA2AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA2AA; }
p { color: rgb(189,162,170); }
H1.HeaderClassName
{
color: #BDA2AA;
}
.AnyTagClassName
{
color: #BDA2AA;
}
</style>
background-color css
<style>
a { background-color: #BDA2AA; }
a { background-color: rgb(189,162,170); }
div.DivClassName
{
background-color: #BDA2AA;
}
.BgClassName
{
background-color: #BDA2AA;
}
</style>
border-color css
<style>
span { border-color: #BDA2AA; }
span { border-color: rgb(189,162,170); }
td.TdClassName
{
border-color: #BDA2AA;
}
.TagClassName
{
border-color: #BDA2AA;
}
</style>