Shades of Careys Pink #BDA2A3
Tints of Careys Pink #BDA2A3
RGB
CMYK
RGB Variations
Color information
#BDA2A3 (or 0xBDA2A3) is known color: Careys Pink. HEX triplet: BD, A2 and A3. RGB value is (189,162,163). Sum of RGB (Red+Green+Blue) = 189+162+163=514 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.77% from 514); Green value is 162 (63.67% from 255 or 31.52% from 514); Blue value is 163 (64.06% from 255 or 31.71% from 514); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA2A3 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDA2A3 is #425D5C. Grayscale: #AAAAAA. Windows color (decimal): -4349277 or 10724029. OLE color: 10724029.
HSL color Cylindrical-coordinate representation of color #BDA2A3: hue angle of 357.78º degrees, saturation: 0.17, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BDA2A3 is Cyan = 0, Magento = 0.14, Yellow = 0.14 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 162 | 163 | - |
| CMYK | 0 | 0.14 | 0.14 | 0.26 |
| HSL | 357.78º | 0.17% | 0.69% | - |
| HSV(B) | 357.78º | 0.14% | 0.74% | - |
| XYZ | 40.52 | 39.3 | 40.1 | - |
| YUV | 170.19 | 123.95 | 141.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 162 | 163 | 0 | 0.14 | 0.14 | 0.26 | 357.78 | 0.17 | 0.69 |
| Hex | BD | A2 | A3 | 0 | E | E | 1A | 166 | 11 | 45 |
| Octal | 275 | 242 | 243 | 0 | 16 | 16 | 32 | 546 | 21 | 105 |
| Binary | 10111101 | 10100010 | 10100011 | 0 | 1110 | 1110 | 11010 | 101100110 | 10001 | 1000101 |
Color Harmonies of #BDA2A3
Complementary color
Monochromatic Colors of #BDA2A3
Black with #BDA2A3
Text Example
Text Example
White with #BDA2A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA2A3; }
p { color: rgb(189,162,163); }
H1.HeaderClassName
{
color: #BDA2A3;
}
.AnyTagClassName
{
color: #BDA2A3;
}
</style>
background-color css
<style>
a { background-color: #BDA2A3; }
a { background-color: rgb(189,162,163); }
div.DivClassName
{
background-color: #BDA2A3;
}
.BgClassName
{
background-color: #BDA2A3;
}
</style>
border-color css
<style>
span { border-color: #BDA2A3; }
span { border-color: rgb(189,162,163); }
td.TdClassName
{
border-color: #BDA2A3;
}
.TagClassName
{
border-color: #BDA2A3;
}
</style>