Shades of Careys Pink #BDA4AB
Tints of Careys Pink #BDA4AB
RGB
CMYK
RGB Variations
Color information
#BDA4AB (or 0xBDA4AB) is known color: Careys Pink. HEX triplet: BD, A4 and AB. RGB value is (189,164,171). Sum of RGB (Red+Green+Blue) = 189+164+171=524 (69% of max value = 765). Red value is 189 (74.22% from 255 or 36.07% from 524); Green value is 164 (64.45% from 255 or 31.30% from 524); Blue value is 171 (67.19% from 255 or 32.63% from 524); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA4AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDA4AB is #425B54. Grayscale: #ACACAC. Windows color (decimal): -4348757 or 11248829. OLE color: 11248829.
HSL color Cylindrical-coordinate representation of color #BDA4AB: hue angle of 343.2º degrees, saturation: 0.16, 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 #BDA4AB is Cyan = 0, Magento = 0.13, Yellow = 0.10 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 164 | 171 | - |
| CMYK | 0 | 0.13 | 0.10 | 0.26 |
| HSL | 343.2º | 0.16% | 0.69% | - |
| HSV(B) | 343.2º | 0.13% | 0.74% | - |
| XYZ | 41.61 | 40.31 | 44.12 | - |
| YUV | 172.27 | 127.28 | 139.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 164 | 171 | 0 | 0.13 | 0.10 | 0.26 | 343.2 | 0.16 | 0.69 |
| Hex | BD | A4 | AB | 0 | D | A | 1A | 157 | 10 | 45 |
| Octal | 275 | 244 | 253 | 0 | 15 | 12 | 32 | 527 | 20 | 105 |
| Binary | 10111101 | 10100100 | 10101011 | 0 | 1101 | 1010 | 11010 | 101010111 | 10000 | 1000101 |
Color Harmonies of #BDA4AB
Complementary color
Monochromatic Colors of #BDA4AB
Black with #BDA4AB
Text Example
Text Example
White with #BDA4AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA4AB; }
p { color: rgb(189,164,171); }
H1.HeaderClassName
{
color: #BDA4AB;
}
.AnyTagClassName
{
color: #BDA4AB;
}
</style>
background-color css
<style>
a { background-color: #BDA4AB; }
a { background-color: rgb(189,164,171); }
div.DivClassName
{
background-color: #BDA4AB;
}
.BgClassName
{
background-color: #BDA4AB;
}
</style>
border-color css
<style>
span { border-color: #BDA4AB; }
span { border-color: rgb(189,164,171); }
td.TdClassName
{
border-color: #BDA4AB;
}
.TagClassName
{
border-color: #BDA4AB;
}
</style>