Shades of Careys Pink #BDA7AB
Tints of Careys Pink #BDA7AB
RGB
CMYK
RGB Variations
Color information
#BDA7AB (or 0xBDA7AB) is known color: Careys Pink. HEX triplet: BD, A7 and AB. RGB value is (189,167,171). Sum of RGB (Red+Green+Blue) = 189+167+171=527 (69% of max value = 765). Red value is 189 (74.22% from 255 or 35.86% from 527); Green value is 167 (65.62% from 255 or 31.69% from 527); Blue value is 171 (67.19% from 255 or 32.45% from 527); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA7AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDA7AB is #425854. Grayscale: #AEAEAE. Windows color (decimal): -4347989 or 11249597. OLE color: 11249597.
HSL color Cylindrical-coordinate representation of color #BDA7AB: hue angle of 349.09º degrees, saturation: 0.14, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BDA7AB is Cyan = 0, Magento = 0.12, Yellow = 0.10 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 167 | 171 | - |
| CMYK | 0 | 0.12 | 0.10 | 0.26 |
| HSL | 349.09º | 0.14% | 0.7% | - |
| HSV(B) | 349.09º | 0.12% | 0.74% | - |
| XYZ | 42.16 | 41.4 | 44.3 | - |
| YUV | 174.03 | 126.29 | 138.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 167 | 171 | 0 | 0.12 | 0.10 | 0.26 | 349.09 | 0.14 | 0.7 |
| Hex | BD | A7 | AB | 0 | C | A | 1A | 15D | E | 46 |
| Octal | 275 | 247 | 253 | 0 | 14 | 12 | 32 | 535 | 16 | 106 |
| Binary | 10111101 | 10100111 | 10101011 | 0 | 1100 | 1010 | 11010 | 101011101 | 1110 | 1000110 |
Color Harmonies of #BDA7AB
Complementary color
Monochromatic Colors of #BDA7AB
Black with #BDA7AB
Text Example
Text Example
White with #BDA7AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA7AB; }
p { color: rgb(189,167,171); }
H1.HeaderClassName
{
color: #BDA7AB;
}
.AnyTagClassName
{
color: #BDA7AB;
}
</style>
background-color css
<style>
a { background-color: #BDA7AB; }
a { background-color: rgb(189,167,171); }
div.DivClassName
{
background-color: #BDA7AB;
}
.BgClassName
{
background-color: #BDA7AB;
}
</style>
border-color css
<style>
span { border-color: #BDA7AB; }
span { border-color: rgb(189,167,171); }
td.TdClassName
{
border-color: #BDA7AB;
}
.TagClassName
{
border-color: #BDA7AB;
}
</style>