Shades of Careys Pink #BDA1A8
Tints of Careys Pink #BDA1A8
RGB
CMYK
RGB Variations
Color information
#BDA1A8 (or 0xBDA1A8) is known color: Careys Pink. HEX triplet: BD, A1 and A8. RGB value is (189,161,168). Sum of RGB (Red+Green+Blue) = 189+161+168=518 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.49% from 518); Green value is 161 (63.28% from 255 or 31.08% from 518); Blue value is 168 (66.02% from 255 or 32.43% from 518); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA1A8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDA1A8 is #425E57. Grayscale: #AAAAAA. Windows color (decimal): -4349528 or 11051453. OLE color: 11051453.
HSL color Cylindrical-coordinate representation of color #BDA1A8: hue angle of 345º 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 #BDA1A8 is Cyan = 0, Magento = 0.15, Yellow = 0.11 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 161 | 168 | - |
| CMYK | 0 | 0.15 | 0.11 | 0.26 |
| HSL | 345º | 0.18% | 0.69% | - |
| HSV(B) | 345º | 0.15% | 0.74% | - |
| XYZ | 40.8 | 39.14 | 42.45 | - |
| YUV | 170.17 | 126.78 | 141.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 161 | 168 | 0 | 0.15 | 0.11 | 0.26 | 345 | 0.18 | 0.69 |
| Hex | BD | A1 | A8 | 0 | F | B | 1A | 159 | 12 | 45 |
| Octal | 275 | 241 | 250 | 0 | 17 | 13 | 32 | 531 | 22 | 105 |
| Binary | 10111101 | 10100001 | 10101000 | 0 | 1111 | 1011 | 11010 | 101011001 | 10010 | 1000101 |
Color Harmonies of #BDA1A8
Complementary color
Monochromatic Colors of #BDA1A8
Black with #BDA1A8
Text Example
Text Example
White with #BDA1A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA1A8; }
p { color: rgb(189,161,168); }
H1.HeaderClassName
{
color: #BDA1A8;
}
.AnyTagClassName
{
color: #BDA1A8;
}
</style>
background-color css
<style>
a { background-color: #BDA1A8; }
a { background-color: rgb(189,161,168); }
div.DivClassName
{
background-color: #BDA1A8;
}
.BgClassName
{
background-color: #BDA1A8;
}
</style>
border-color css
<style>
span { border-color: #BDA1A8; }
span { border-color: rgb(189,161,168); }
td.TdClassName
{
border-color: #BDA1A8;
}
.TagClassName
{
border-color: #BDA1A8;
}
</style>