Shades of Careys Pink #BDA8AD
Tints of Careys Pink #BDA8AD
RGB
CMYK
RGB Variations
Color information
#BDA8AD (or 0xBDA8AD) is known color: Careys Pink. HEX triplet: BD, A8 and AD. RGB value is (189,168,173). Sum of RGB (Red+Green+Blue) = 189+168+173=530 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.66% from 530); Green value is 168 (66.02% from 255 or 31.70% from 530); Blue value is 173 (67.97% from 255 or 32.64% from 530); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA8AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDA8AD is #425752. Grayscale: #AEAEAE. Windows color (decimal): -4347731 or 11380925. OLE color: 11380925.
HSL color Cylindrical-coordinate representation of color #BDA8AD: hue angle of 345.71º degrees, saturation: 0.14, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #BDA8AD is Cyan = 0, Magento = 0.11, Yellow = 0.08 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 168 | 173 | - |
| CMYK | 0 | 0.11 | 0.08 | 0.26 |
| HSL | 345.71º | 0.14% | 0.7% | - |
| HSV(B) | 345.71º | 0.11% | 0.74% | - |
| XYZ | 42.53 | 41.84 | 45.37 | - |
| YUV | 174.85 | 126.96 | 138.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 168 | 173 | 0 | 0.11 | 0.08 | 0.26 | 345.71 | 0.14 | 0.7 |
| Hex | BD | A8 | AD | 0 | B | 8 | 1A | 15A | E | 46 |
| Octal | 275 | 250 | 255 | 0 | 13 | 10 | 32 | 532 | 16 | 106 |
| Binary | 10111101 | 10101000 | 10101101 | 0 | 1011 | 1000 | 11010 | 101011010 | 1110 | 1000110 |
Color Harmonies of #BDA8AD
Complementary color
Monochromatic Colors of #BDA8AD
Black with #BDA8AD
Text Example
Text Example
White with #BDA8AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA8AD; }
p { color: rgb(189,168,173); }
H1.HeaderClassName
{
color: #BDA8AD;
}
.AnyTagClassName
{
color: #BDA8AD;
}
</style>
background-color css
<style>
a { background-color: #BDA8AD; }
a { background-color: rgb(189,168,173); }
div.DivClassName
{
background-color: #BDA8AD;
}
.BgClassName
{
background-color: #BDA8AD;
}
</style>
border-color css
<style>
span { border-color: #BDA8AD; }
span { border-color: rgb(189,168,173); }
td.TdClassName
{
border-color: #BDA8AD;
}
.TagClassName
{
border-color: #BDA8AD;
}
</style>