Shades of Careys Pink #BDA3A9
Tints of Careys Pink #BDA3A9
RGB
CMYK
RGB Variations
Color information
#BDA3A9 (or 0xBDA3A9) is known color: Careys Pink. HEX triplet: BD, A3 and A9. RGB value is (189,163,169). Sum of RGB (Red+Green+Blue) = 189+163+169=521 (69% of max value = 765). Red value is 189 (74.22% from 255 or 36.28% from 521); Green value is 163 (64.06% from 255 or 31.29% from 521); Blue value is 169 (66.41% from 255 or 32.44% from 521); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA3A9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDA3A9 is #425C56. Grayscale: #ABABAB. Windows color (decimal): -4349015 or 11117501. OLE color: 11117501.
HSL color Cylindrical-coordinate representation of color #BDA3A9: hue angle of 346.15º degrees, saturation: 0.16, 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 #BDA3A9 is Cyan = 0, Magento = 0.14, Yellow = 0.11 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 163 | 169 | - |
| CMYK | 0 | 0.14 | 0.11 | 0.26 |
| HSL | 346.15º | 0.16% | 0.69% | - |
| HSV(B) | 346.15º | 0.14% | 0.74% | - |
| XYZ | 41.24 | 39.88 | 43.06 | - |
| YUV | 171.46 | 126.61 | 140.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 163 | 169 | 0 | 0.14 | 0.11 | 0.26 | 346.15 | 0.16 | 0.69 |
| Hex | BD | A3 | A9 | 0 | E | B | 1A | 15A | 10 | 45 |
| Octal | 275 | 243 | 251 | 0 | 16 | 13 | 32 | 532 | 20 | 105 |
| Binary | 10111101 | 10100011 | 10101001 | 0 | 1110 | 1011 | 11010 | 101011010 | 10000 | 1000101 |
Color Harmonies of #BDA3A9
Complementary color
Monochromatic Colors of #BDA3A9
Black with #BDA3A9
Text Example
Text Example
White with #BDA3A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA3A9; }
p { color: rgb(189,163,169); }
H1.HeaderClassName
{
color: #BDA3A9;
}
.AnyTagClassName
{
color: #BDA3A9;
}
</style>
background-color css
<style>
a { background-color: #BDA3A9; }
a { background-color: rgb(189,163,169); }
div.DivClassName
{
background-color: #BDA3A9;
}
.BgClassName
{
background-color: #BDA3A9;
}
</style>
border-color css
<style>
span { border-color: #BDA3A9; }
span { border-color: rgb(189,163,169); }
td.TdClassName
{
border-color: #BDA3A9;
}
.TagClassName
{
border-color: #BDA3A9;
}
</style>