Shades of Careys Pink #BDA8AA
Tints of Careys Pink #BDA8AA
RGB
CMYK
RGB Variations
Color information
#BDA8AA (or 0xBDA8AA) is known color: Careys Pink. HEX triplet: BD, A8 and AA. RGB value is (189,168,170). Sum of RGB (Red+Green+Blue) = 189+168+170=527 (69% of max value = 765). Red value is 189 (74.22% from 255 or 35.86% from 527); Green value is 168 (66.02% from 255 or 31.88% from 527); Blue value is 170 (66.80% from 255 or 32.26% from 527); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA8AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDA8AA is #425755. Grayscale: #AEAEAE. Windows color (decimal): -4347734 or 11184317. OLE color: 11184317.
HSL color Cylindrical-coordinate representation of color #BDA8AA: hue angle of 354.29º 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 #BDA8AA is Cyan = 0, Magento = 0.11, Yellow = 0.10 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 168 | 170 | - |
| CMYK | 0 | 0.11 | 0.10 | 0.26 |
| HSL | 354.29º | 0.14% | 0.7% | - |
| HSV(B) | 354.29º | 0.11% | 0.74% | - |
| XYZ | 42.24 | 41.73 | 43.86 | - |
| YUV | 174.51 | 125.46 | 138.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 168 | 170 | 0 | 0.11 | 0.10 | 0.26 | 354.29 | 0.14 | 0.7 |
| Hex | BD | A8 | AA | 0 | B | A | 1A | 162 | E | 46 |
| Octal | 275 | 250 | 252 | 0 | 13 | 12 | 32 | 542 | 16 | 106 |
| Binary | 10111101 | 10101000 | 10101010 | 0 | 1011 | 1010 | 11010 | 101100010 | 1110 | 1000110 |
Color Harmonies of #BDA8AA
Complementary color
Monochromatic Colors of #BDA8AA
Black with #BDA8AA
Text Example
Text Example
White with #BDA8AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA8AA; }
p { color: rgb(189,168,170); }
H1.HeaderClassName
{
color: #BDA8AA;
}
.AnyTagClassName
{
color: #BDA8AA;
}
</style>
background-color css
<style>
a { background-color: #BDA8AA; }
a { background-color: rgb(189,168,170); }
div.DivClassName
{
background-color: #BDA8AA;
}
.BgClassName
{
background-color: #BDA8AA;
}
</style>
border-color css
<style>
span { border-color: #BDA8AA; }
span { border-color: rgb(189,168,170); }
td.TdClassName
{
border-color: #BDA8AA;
}
.TagClassName
{
border-color: #BDA8AA;
}
</style>