Shades of Careys Pink #BDA6A7
Tints of Careys Pink #BDA6A7
RGB
CMYK
RGB Variations
Color information
#BDA6A7 (or 0xBDA6A7) is known color: Careys Pink. HEX triplet: BD, A6 and A7. RGB value is (189,166,167). Sum of RGB (Red+Green+Blue) = 189+166+167=522 (69% of max value = 765). Red value is 189 (74.22% from 255 or 36.21% from 522); Green value is 166 (65.23% from 255 or 31.80% from 522); Blue value is 167 (65.62% from 255 or 31.99% from 522); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA6A7 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDA6A7 is #425958. Grayscale: #ADADAD. Windows color (decimal): -4348249 or 10987197. OLE color: 10987197.
HSL color Cylindrical-coordinate representation of color #BDA6A7: hue angle of 357.39º degrees, saturation: 0.15, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BDA6A7 is Cyan = 0, Magento = 0.12, Yellow = 0.12 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 166 | 167 | - |
| CMYK | 0 | 0.12 | 0.12 | 0.26 |
| HSL | 357.39º | 0.15% | 0.7% | - |
| HSV(B) | 357.39º | 0.12% | 0.74% | - |
| XYZ | 41.6 | 40.88 | 42.26 | - |
| YUV | 172.99 | 124.62 | 139.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 166 | 167 | 0 | 0.12 | 0.12 | 0.26 | 357.39 | 0.15 | 0.7 |
| Hex | BD | A6 | A7 | 0 | C | C | 1A | 165 | F | 46 |
| Octal | 275 | 246 | 247 | 0 | 14 | 14 | 32 | 545 | 17 | 106 |
| Binary | 10111101 | 10100110 | 10100111 | 0 | 1100 | 1100 | 11010 | 101100101 | 1111 | 1000110 |
Color Harmonies of #BDA6A7
Complementary color
Monochromatic Colors of #BDA6A7
Black with #BDA6A7
Text Example
Text Example
White with #BDA6A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA6A7; }
p { color: rgb(189,166,167); }
H1.HeaderClassName
{
color: #BDA6A7;
}
.AnyTagClassName
{
color: #BDA6A7;
}
</style>
background-color css
<style>
a { background-color: #BDA6A7; }
a { background-color: rgb(189,166,167); }
div.DivClassName
{
background-color: #BDA6A7;
}
.BgClassName
{
background-color: #BDA6A7;
}
</style>
border-color css
<style>
span { border-color: #BDA6A7; }
span { border-color: rgb(189,166,167); }
td.TdClassName
{
border-color: #BDA6A7;
}
.TagClassName
{
border-color: #BDA6A7;
}
</style>