Shades of Careys Pink #BDA4A5
Tints of Careys Pink #BDA4A5
RGB
CMYK
RGB Variations
Color information
#BDA4A5 (or 0xBDA4A5) is known color: Careys Pink. HEX triplet: BD, A4 and A5. RGB value is (189,164,165). Sum of RGB (Red+Green+Blue) = 189+164+165=518 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.49% from 518); Green value is 164 (64.45% from 255 or 31.66% from 518); Blue value is 165 (64.84% from 255 or 31.85% from 518); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA4A5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDA4A5 is #425B5A. Grayscale: #ABABAB. Windows color (decimal): -4348763 or 10855613. OLE color: 10855613.
HSL color Cylindrical-coordinate representation of color #BDA4A5: hue angle of 357.6º degrees, saturation: 0.16, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BDA4A5 is Cyan = 0, Magento = 0.13, Yellow = 0.13 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 164 | 165 | - |
| CMYK | 0 | 0.13 | 0.13 | 0.26 |
| HSL | 357.6º | 0.16% | 0.69% | - |
| HSV(B) | 357.6º | 0.13% | 0.74% | - |
| XYZ | 41.05 | 40.09 | 41.17 | - |
| YUV | 171.59 | 124.28 | 140.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 164 | 165 | 0 | 0.13 | 0.13 | 0.26 | 357.6 | 0.16 | 0.69 |
| Hex | BD | A4 | A5 | 0 | D | D | 1A | 166 | 10 | 45 |
| Octal | 275 | 244 | 245 | 0 | 15 | 15 | 32 | 546 | 20 | 105 |
| Binary | 10111101 | 10100100 | 10100101 | 0 | 1101 | 1101 | 11010 | 101100110 | 10000 | 1000101 |
Color Harmonies of #BDA4A5
Complementary color
Monochromatic Colors of #BDA4A5
Black with #BDA4A5
Text Example
Text Example
White with #BDA4A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA4A5; }
p { color: rgb(189,164,165); }
H1.HeaderClassName
{
color: #BDA4A5;
}
.AnyTagClassName
{
color: #BDA4A5;
}
</style>
background-color css
<style>
a { background-color: #BDA4A5; }
a { background-color: rgb(189,164,165); }
div.DivClassName
{
background-color: #BDA4A5;
}
.BgClassName
{
background-color: #BDA4A5;
}
</style>
border-color css
<style>
span { border-color: #BDA4A5; }
span { border-color: rgb(189,164,165); }
td.TdClassName
{
border-color: #BDA4A5;
}
.TagClassName
{
border-color: #BDA4A5;
}
</style>