Shades of Careys Pink #BDA5A8
Tints of Careys Pink #BDA5A8
RGB
CMYK
RGB Variations
Color information
#BDA5A8 (or 0xBDA5A8) is known color: Careys Pink. HEX triplet: BD, A5 and A8. RGB value is (189,165,168). Sum of RGB (Red+Green+Blue) = 189+165+168=522 (69% of max value = 765). Red value is 189 (74.22% from 255 or 36.21% from 522); Green value is 165 (64.84% from 255 or 31.61% from 522); Blue value is 168 (66.02% from 255 or 32.18% from 522); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA5A8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDA5A8 is #425A57. Grayscale: #ACACAC. Windows color (decimal): -4348504 or 11052477. OLE color: 11052477.
HSL color Cylindrical-coordinate representation of color #BDA5A8: hue angle of 352.5º degrees, saturation: 0.15, 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 #BDA5A8 is Cyan = 0, Magento = 0.13, Yellow = 0.11 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 165 | 168 | - |
| CMYK | 0 | 0.13 | 0.11 | 0.26 |
| HSL | 352.5º | 0.15% | 0.69% | - |
| HSV(B) | 352.5º | 0.13% | 0.74% | - |
| XYZ | 41.51 | 40.56 | 42.69 | - |
| YUV | 172.52 | 125.45 | 139.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 165 | 168 | 0 | 0.13 | 0.11 | 0.26 | 352.5 | 0.15 | 0.69 |
| Hex | BD | A5 | A8 | 0 | D | B | 1A | 160 | F | 45 |
| Octal | 275 | 245 | 250 | 0 | 15 | 13 | 32 | 540 | 17 | 105 |
| Binary | 10111101 | 10100101 | 10101000 | 0 | 1101 | 1011 | 11010 | 101100000 | 1111 | 1000101 |
Color Harmonies of #BDA5A8
Complementary color
Monochromatic Colors of #BDA5A8
Black with #BDA5A8
Text Example
Text Example
White with #BDA5A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA5A8; }
p { color: rgb(189,165,168); }
H1.HeaderClassName
{
color: #BDA5A8;
}
.AnyTagClassName
{
color: #BDA5A8;
}
</style>
background-color css
<style>
a { background-color: #BDA5A8; }
a { background-color: rgb(189,165,168); }
div.DivClassName
{
background-color: #BDA5A8;
}
.BgClassName
{
background-color: #BDA5A8;
}
</style>
border-color css
<style>
span { border-color: #BDA5A8; }
span { border-color: rgb(189,165,168); }
td.TdClassName
{
border-color: #BDA5A8;
}
.TagClassName
{
border-color: #BDA5A8;
}
</style>