Shades of Careys Pink #BDA0A4
Tints of Careys Pink #BDA0A4
RGB
CMYK
RGB Variations
Color information
#BDA0A4 (or 0xBDA0A4) is known color: Careys Pink. HEX triplet: BD, A0 and A4. RGB value is (189,160,164). Sum of RGB (Red+Green+Blue) = 189+160+164=513 (67% of max value = 765). Red value is 189 (74.22% from 255 or 36.84% from 513); Green value is 160 (62.89% from 255 or 31.19% from 513); Blue value is 164 (64.45% from 255 or 31.97% from 513); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA0A4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDA0A4 is #425F5B. Grayscale: #A9A9A9. Windows color (decimal): -4349788 or 10789053. OLE color: 10789053.
HSL color Cylindrical-coordinate representation of color #BDA0A4: hue angle of 351.72º degrees, saturation: 0.18, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BDA0A4 is Cyan = 0, Magento = 0.15, Yellow = 0.13 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 160 | 164 | - |
| CMYK | 0 | 0.15 | 0.13 | 0.26 |
| HSL | 351.72º | 0.18% | 0.68% | - |
| HSV(B) | 351.72º | 0.15% | 0.74% | - |
| XYZ | 40.26 | 38.64 | 40.46 | - |
| YUV | 169.13 | 125.11 | 142.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 160 | 164 | 0 | 0.15 | 0.13 | 0.26 | 351.72 | 0.18 | 0.68 |
| Hex | BD | A0 | A4 | 0 | F | D | 1A | 160 | 12 | 44 |
| Octal | 275 | 240 | 244 | 0 | 17 | 15 | 32 | 540 | 22 | 104 |
| Binary | 10111101 | 10100000 | 10100100 | 0 | 1111 | 1101 | 11010 | 101100000 | 10010 | 1000100 |
Color Harmonies of #BDA0A4
Complementary color
Monochromatic Colors of #BDA0A4
Black with #BDA0A4
Text Example
Text Example
White with #BDA0A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA0A4; }
p { color: rgb(189,160,164); }
H1.HeaderClassName
{
color: #BDA0A4;
}
.AnyTagClassName
{
color: #BDA0A4;
}
</style>
background-color css
<style>
a { background-color: #BDA0A4; }
a { background-color: rgb(189,160,164); }
div.DivClassName
{
background-color: #BDA0A4;
}
.BgClassName
{
background-color: #BDA0A4;
}
</style>
border-color css
<style>
span { border-color: #BDA0A4; }
span { border-color: rgb(189,160,164); }
td.TdClassName
{
border-color: #BDA0A4;
}
.TagClassName
{
border-color: #BDA0A4;
}
</style>