Shades of Careys Pink #BDA9AA
Tints of Careys Pink #BDA9AA
RGB
CMYK
RGB Variations
Color information
#BDA9AA (or 0xBDA9AA) is known color: Careys Pink. HEX triplet: BD, A9 and AA. RGB value is (189,169,170). Sum of RGB (Red+Green+Blue) = 189+169+170=528 (69% of max value = 765). Red value is 189 (74.22% from 255 or 35.80% from 528); Green value is 169 (66.41% from 255 or 32.01% from 528); Blue value is 170 (66.80% from 255 or 32.20% from 528); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA9AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDA9AA is #425655. Grayscale: #AFAFAF. Windows color (decimal): -4347478 or 11184573. OLE color: 11184573.
HSL color Cylindrical-coordinate representation of color #BDA9AA: hue angle of 357º degrees, saturation: 0.13, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #BDA9AA is Cyan = 0, Magento = 0.11, Yellow = 0.10 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 169 | 170 | - |
| CMYK | 0 | 0.11 | 0.10 | 0.26 |
| HSL | 357º | 0.13% | 0.7% | - |
| HSV(B) | 357º | 0.11% | 0.74% | - |
| XYZ | 42.43 | 42.1 | 43.92 | - |
| YUV | 175.09 | 125.13 | 137.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 169 | 170 | 0 | 0.11 | 0.10 | 0.26 | 357 | 0.13 | 0.7 |
| Hex | BD | A9 | AA | 0 | B | A | 1A | 165 | D | 46 |
| Octal | 275 | 251 | 252 | 0 | 13 | 12 | 32 | 545 | 15 | 106 |
| Binary | 10111101 | 10101001 | 10101010 | 0 | 1011 | 1010 | 11010 | 101100101 | 1101 | 1000110 |
Color Harmonies of #BDA9AA
Complementary color
Monochromatic Colors of #BDA9AA
Black with #BDA9AA
Text Example
Text Example
White with #BDA9AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA9AA; }
p { color: rgb(189,169,170); }
H1.HeaderClassName
{
color: #BDA9AA;
}
.AnyTagClassName
{
color: #BDA9AA;
}
</style>
background-color css
<style>
a { background-color: #BDA9AA; }
a { background-color: rgb(189,169,170); }
div.DivClassName
{
background-color: #BDA9AA;
}
.BgClassName
{
background-color: #BDA9AA;
}
</style>
border-color css
<style>
span { border-color: #BDA9AA; }
span { border-color: rgb(189,169,170); }
td.TdClassName
{
border-color: #BDA9AA;
}
.TagClassName
{
border-color: #BDA9AA;
}
</style>