Shades of Careys Pink #BDA3A8
Tints of Careys Pink #BDA3A8
RGB
CMYK
RGB Variations
Color information
#BDA3A8 (or 0xBDA3A8) is known color: Careys Pink. HEX triplet: BD, A3 and A8. RGB value is (189,163,168). Sum of RGB (Red+Green+Blue) = 189+163+168=520 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.35% from 520); Green value is 163 (64.06% from 255 or 31.35% from 520); Blue value is 168 (66.02% from 255 or 32.31% from 520); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA3A8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDA3A8 is #425C57. Grayscale: #ABABAB. Windows color (decimal): -4349016 or 11051965. OLE color: 11051965.
HSL color Cylindrical-coordinate representation of color #BDA3A8: hue angle of 348.46º degrees, saturation: 0.16, 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 #BDA3A8 is Cyan = 0, Magento = 0.14, Yellow = 0.11 and Black (K on CMYK) = 0.26.
Color convert
RGB | 189 | 163 | 168 | - |
CMYK | 0 | 0.14 | 0.11 | 0.26 |
HSL | 348.46º | 0.16% | 0.69% | - |
HSV(B) | 348.46º | 0.14% | 0.74% | - |
XYZ | 41.15 | 39.84 | 42.57 | - |
YUV | 171.34 | 126.11 | 140.59 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 189 | 163 | 168 | 0 | 0.14 | 0.11 | 0.26 | 348.46 | 0.16 | 0.69 |
Hex | BD | A3 | A8 | 0 | E | B | 1A | 15C | 10 | 45 |
Octal | 275 | 243 | 250 | 0 | 16 | 13 | 32 | 534 | 20 | 105 |
Binary | 10111101 | 10100011 | 10101000 | 0 | 1110 | 1011 | 11010 | 101011100 | 10000 | 1000101 |
Color Harmonies of #BDA3A8
Complementary color
Monochromatic Colors of #BDA3A8
Black with #BDA3A8
Text Example
Text Example
White with #BDA3A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA3A8; }
p { color: rgb(189,163,168); }
H1.HeaderClassName
{
color: #BDA3A8;
}
.AnyTagClassName
{
color: #BDA3A8;
}
</style>
background-color css
<style>
a { background-color: #BDA3A8; }
a { background-color: rgb(189,163,168); }
div.DivClassName
{
background-color: #BDA3A8;
}
.BgClassName
{
background-color: #BDA3A8;
}
</style>
border-color css
<style>
span { border-color: #BDA3A8; }
span { border-color: rgb(189,163,168); }
td.TdClassName
{
border-color: #BDA3A8;
}
.TagClassName
{
border-color: #BDA3A8;
}
</style>