Shades of Careys Pink #BDA1A3
Tints of Careys Pink #BDA1A3
RGB
CMYK
RGB Variations
Color information
#BDA1A3 (or 0xBDA1A3) is known color: Careys Pink. HEX triplet: BD, A1 and A3. RGB value is (189,161,163). Sum of RGB (Red+Green+Blue) = 189+161+163=513 (67% of max value = 765). Red value is 189 (74.22% from 255 or 36.84% from 513); Green value is 161 (63.28% from 255 or 31.38% from 513); Blue value is 163 (64.06% from 255 or 31.77% from 513); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA1A3 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDA1A3 is #425E5C. Grayscale: #A9A9A9. Windows color (decimal): -4349533 or 10723773. OLE color: 10723773.
HSL color Cylindrical-coordinate representation of color #BDA1A3: hue angle of 355.71º degrees, saturation: 0.17, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BDA1A3 is Cyan = 0, Magento = 0.15, Yellow = 0.14 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 161 | 163 | - |
| CMYK | 0 | 0.15 | 0.14 | 0.26 |
| HSL | 355.71º | 0.18% | 0.69% | - |
| HSV(B) | 355.71º | 0.15% | 0.74% | - |
| XYZ | 40.34 | 38.95 | 40.04 | - |
| YUV | 169.6 | 124.28 | 141.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 161 | 163 | 0 | 0.15 | 0.14 | 0.26 | 355.71 | 0.18 | 0.69 |
| Hex | BD | A1 | A3 | 0 | F | E | 1A | 164 | 12 | 45 |
| Octal | 275 | 241 | 243 | 0 | 17 | 16 | 32 | 544 | 22 | 105 |
| Binary | 10111101 | 10100001 | 10100011 | 0 | 1111 | 1110 | 11010 | 101100100 | 10010 | 1000101 |
Color Harmonies of #BDA1A3
Complementary color
Monochromatic Colors of #BDA1A3
Black with #BDA1A3
Text Example
Text Example
White with #BDA1A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA1A3; }
p { color: rgb(189,161,163); }
H1.HeaderClassName
{
color: #BDA1A3;
}
.AnyTagClassName
{
color: #BDA1A3;
}
</style>
background-color css
<style>
a { background-color: #BDA1A3; }
a { background-color: rgb(189,161,163); }
div.DivClassName
{
background-color: #BDA1A3;
}
.BgClassName
{
background-color: #BDA1A3;
}
</style>
border-color css
<style>
span { border-color: #BDA1A3; }
span { border-color: rgb(189,161,163); }
td.TdClassName
{
border-color: #BDA1A3;
}
.TagClassName
{
border-color: #BDA1A3;
}
</style>