Shades of Careys Pink #BDA0A6
Tints of Careys Pink #BDA0A6
RGB
CMYK
RGB Variations
Color information
#BDA0A6 (or 0xBDA0A6) is known color: Careys Pink. HEX triplet: BD, A0 and A6. RGB value is (189,160,166). Sum of RGB (Red+Green+Blue) = 189+160+166=515 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.70% from 515); Green value is 160 (62.89% from 255 or 31.07% from 515); Blue value is 166 (65.23% from 255 or 32.23% from 515); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA0A6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDA0A6 is #425F59. Grayscale: #A9A9A9. Windows color (decimal): -4349786 or 10920125. OLE color: 10920125.
HSL color Cylindrical-coordinate representation of color #BDA0A6: hue angle of 347.59º 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 #BDA0A6 is Cyan = 0, Magento = 0.15, Yellow = 0.12 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 160 | 166 | - |
| CMYK | 0 | 0.15 | 0.12 | 0.26 |
| HSL | 347.59º | 0.18% | 0.68% | - |
| HSV(B) | 347.59º | 0.15% | 0.74% | - |
| XYZ | 40.44 | 38.71 | 41.42 | - |
| YUV | 169.36 | 126.11 | 142.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 160 | 166 | 0 | 0.15 | 0.12 | 0.26 | 347.59 | 0.18 | 0.68 |
| Hex | BD | A0 | A6 | 0 | F | C | 1A | 15C | 12 | 44 |
| Octal | 275 | 240 | 246 | 0 | 17 | 14 | 32 | 534 | 22 | 104 |
| Binary | 10111101 | 10100000 | 10100110 | 0 | 1111 | 1100 | 11010 | 101011100 | 10010 | 1000100 |
Color Harmonies of #BDA0A6
Complementary color
Monochromatic Colors of #BDA0A6
Black with #BDA0A6
Text Example
Text Example
White with #BDA0A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA0A6; }
p { color: rgb(189,160,166); }
H1.HeaderClassName
{
color: #BDA0A6;
}
.AnyTagClassName
{
color: #BDA0A6;
}
</style>
background-color css
<style>
a { background-color: #BDA0A6; }
a { background-color: rgb(189,160,166); }
div.DivClassName
{
background-color: #BDA0A6;
}
.BgClassName
{
background-color: #BDA0A6;
}
</style>
border-color css
<style>
span { border-color: #BDA0A6; }
span { border-color: rgb(189,160,166); }
td.TdClassName
{
border-color: #BDA0A6;
}
.TagClassName
{
border-color: #BDA0A6;
}
</style>