Shades of Careys Pink #BDA7A8
Tints of Careys Pink #BDA7A8
RGB
CMYK
RGB Variations
Color information
#BDA7A8 (or 0xBDA7A8) is known color: Careys Pink. HEX triplet: BD, A7 and A8. RGB value is (189,167,168). Sum of RGB (Red+Green+Blue) = 189+167+168=524 (69% of max value = 765). Red value is 189 (74.22% from 255 or 36.07% from 524); Green value is 167 (65.62% from 255 or 31.87% from 524); Blue value is 168 (66.02% from 255 or 32.06% from 524); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA7A8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDA7A8 is #425857. Grayscale: #ADADAD. Windows color (decimal): -4347992 or 11052989. OLE color: 11052989.
HSL color Cylindrical-coordinate representation of color #BDA7A8: hue angle of 357.27º 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 #BDA7A8 is Cyan = 0, Magento = 0.12, Yellow = 0.11 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 167 | 168 | - |
| CMYK | 0 | 0.12 | 0.11 | 0.26 |
| HSL | 357.27º | 0.14% | 0.7% | - |
| HSV(B) | 357.27º | 0.12% | 0.74% | - |
| XYZ | 41.87 | 41.28 | 42.81 | - |
| YUV | 173.69 | 124.79 | 138.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 167 | 168 | 0 | 0.12 | 0.11 | 0.26 | 357.27 | 0.14 | 0.7 |
| Hex | BD | A7 | A8 | 0 | C | B | 1A | 165 | E | 46 |
| Octal | 275 | 247 | 250 | 0 | 14 | 13 | 32 | 545 | 16 | 106 |
| Binary | 10111101 | 10100111 | 10101000 | 0 | 1100 | 1011 | 11010 | 101100101 | 1110 | 1000110 |
Color Harmonies of #BDA7A8
Complementary color
Monochromatic Colors of #BDA7A8
Black with #BDA7A8
Text Example
Text Example
White with #BDA7A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA7A8; }
p { color: rgb(189,167,168); }
H1.HeaderClassName
{
color: #BDA7A8;
}
.AnyTagClassName
{
color: #BDA7A8;
}
</style>
background-color css
<style>
a { background-color: #BDA7A8; }
a { background-color: rgb(189,167,168); }
div.DivClassName
{
background-color: #BDA7A8;
}
.BgClassName
{
background-color: #BDA7A8;
}
</style>
border-color css
<style>
span { border-color: #BDA7A8; }
span { border-color: rgb(189,167,168); }
td.TdClassName
{
border-color: #BDA7A8;
}
.TagClassName
{
border-color: #BDA7A8;
}
</style>