Shades of Careys Pink #BDA7A9
Tints of Careys Pink #BDA7A9
RGB
CMYK
RGB Variations
Color information
#BDA7A9 (or 0xBDA7A9) is known color: Careys Pink. HEX triplet: BD, A7 and A9. RGB value is (189,167,169). Sum of RGB (Red+Green+Blue) = 189+167+169=525 (69% of max value = 765). Red value is 189 (74.22% from 255 or 36% from 525); Green value is 167 (65.62% from 255 or 31.81% from 525); Blue value is 169 (66.41% from 255 or 32.19% from 525); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA7A9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDA7A9 is #425856. Grayscale: #ADADAD. Windows color (decimal): -4347991 or 11118525. OLE color: 11118525.
HSL color Cylindrical-coordinate representation of color #BDA7A9: hue angle of 354.55º 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 #BDA7A9 is Cyan = 0, Magento = 0.12, Yellow = 0.11 and Black (K on CMYK) = 0.26.
Color convert
RGB | 189 | 167 | 169 | - |
CMYK | 0 | 0.12 | 0.11 | 0.26 |
HSL | 354.55º | 0.14% | 0.7% | - |
HSV(B) | 354.55º | 0.12% | 0.74% | - |
XYZ | 41.97 | 41.32 | 43.3 | - |
YUV | 173.81 | 125.29 | 138.84 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 189 | 167 | 169 | 0 | 0.12 | 0.11 | 0.26 | 354.55 | 0.14 | 0.7 |
Hex | BD | A7 | A9 | 0 | C | B | 1A | 163 | E | 46 |
Octal | 275 | 247 | 251 | 0 | 14 | 13 | 32 | 543 | 16 | 106 |
Binary | 10111101 | 10100111 | 10101001 | 0 | 1100 | 1011 | 11010 | 101100011 | 1110 | 1000110 |
Color Harmonies of #BDA7A9
Complementary color
Monochromatic Colors of #BDA7A9
Black with #BDA7A9
Text Example
Text Example
White with #BDA7A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA7A9; }
p { color: rgb(189,167,169); }
H1.HeaderClassName
{
color: #BDA7A9;
}
.AnyTagClassName
{
color: #BDA7A9;
}
</style>
background-color css
<style>
a { background-color: #BDA7A9; }
a { background-color: rgb(189,167,169); }
div.DivClassName
{
background-color: #BDA7A9;
}
.BgClassName
{
background-color: #BDA7A9;
}
</style>
border-color css
<style>
span { border-color: #BDA7A9; }
span { border-color: rgb(189,167,169); }
td.TdClassName
{
border-color: #BDA7A9;
}
.TagClassName
{
border-color: #BDA7A9;
}
</style>