Shades of Careys Pink #BDA5AA
Tints of Careys Pink #BDA5AA
RGB
CMYK
RGB Variations
Color information
#BDA5AA (or 0xBDA5AA) is known color: Careys Pink. HEX triplet: BD, A5 and AA. RGB value is (189,165,170). Sum of RGB (Red+Green+Blue) = 189+165+170=524 (69% of max value = 765). Red value is 189 (74.22% from 255 or 36.07% from 524); Green value is 165 (64.84% from 255 or 31.49% from 524); Blue value is 170 (66.80% from 255 or 32.44% from 524); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA5AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDA5AA is #425A55. Grayscale: #ACACAC. Windows color (decimal): -4348502 or 11183549. OLE color: 11183549.
HSL color Cylindrical-coordinate representation of color #BDA5AA: hue angle of 347.5º degrees, saturation: 0.15, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BDA5AA is Cyan = 0, Magento = 0.13, Yellow = 0.10 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 165 | 170 | - |
| CMYK | 0 | 0.13 | 0.10 | 0.26 |
| HSL | 347.5º | 0.15% | 0.69% | - |
| HSV(B) | 347.5º | 0.13% | 0.74% | - |
| XYZ | 41.7 | 40.63 | 43.68 | - |
| YUV | 172.75 | 126.45 | 139.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 165 | 170 | 0 | 0.13 | 0.10 | 0.26 | 347.5 | 0.15 | 0.69 |
| Hex | BD | A5 | AA | 0 | D | A | 1A | 15C | F | 45 |
| Octal | 275 | 245 | 252 | 0 | 15 | 12 | 32 | 534 | 17 | 105 |
| Binary | 10111101 | 10100101 | 10101010 | 0 | 1101 | 1010 | 11010 | 101011100 | 1111 | 1000101 |
Color Harmonies of #BDA5AA
Complementary color
Monochromatic Colors of #BDA5AA
Black with #BDA5AA
Text Example
Text Example
White with #BDA5AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA5AA; }
p { color: rgb(189,165,170); }
H1.HeaderClassName
{
color: #BDA5AA;
}
.AnyTagClassName
{
color: #BDA5AA;
}
</style>
background-color css
<style>
a { background-color: #BDA5AA; }
a { background-color: rgb(189,165,170); }
div.DivClassName
{
background-color: #BDA5AA;
}
.BgClassName
{
background-color: #BDA5AA;
}
</style>
border-color css
<style>
span { border-color: #BDA5AA; }
span { border-color: rgb(189,165,170); }
td.TdClassName
{
border-color: #BDA5AA;
}
.TagClassName
{
border-color: #BDA5AA;
}
</style>