Shades of Careys Pink #BDA4A8
Tints of Careys Pink #BDA4A8
RGB
CMYK
RGB Variations
Color information
#BDA4A8 (or 0xBDA4A8) is known color: Careys Pink. HEX triplet: BD, A4 and A8. RGB value is (189,164,168). Sum of RGB (Red+Green+Blue) = 189+164+168=521 (69% of max value = 765). Red value is 189 (74.22% from 255 or 36.28% from 521); Green value is 164 (64.45% from 255 or 31.48% from 521); Blue value is 168 (66.02% from 255 or 32.25% from 521); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA4A8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDA4A8 is #425B57. Grayscale: #ABABAB. Windows color (decimal): -4348760 or 11052221. OLE color: 11052221.
HSL color Cylindrical-coordinate representation of color #BDA4A8: hue angle of 350.4º degrees, saturation: 0.16, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BDA4A8 is Cyan = 0, Magento = 0.13, Yellow = 0.11 and Black (K on CMYK) = 0.26.
Color convert
RGB | 189 | 164 | 168 | - |
CMYK | 0 | 0.13 | 0.11 | 0.26 |
HSL | 350.4º | 0.16% | 0.69% | - |
HSV(B) | 350.4º | 0.13% | 0.74% | - |
XYZ | 41.33 | 40.2 | 42.63 | - |
YUV | 171.93 | 125.78 | 140.17 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 189 | 164 | 168 | 0 | 0.13 | 0.11 | 0.26 | 350.4 | 0.16 | 0.69 |
Hex | BD | A4 | A8 | 0 | D | B | 1A | 15E | 10 | 45 |
Octal | 275 | 244 | 250 | 0 | 15 | 13 | 32 | 536 | 20 | 105 |
Binary | 10111101 | 10100100 | 10101000 | 0 | 1101 | 1011 | 11010 | 101011110 | 10000 | 1000101 |
Color Harmonies of #BDA4A8
Complementary color
Monochromatic Colors of #BDA4A8
Black with #BDA4A8
Text Example
Text Example
White with #BDA4A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA4A8; }
p { color: rgb(189,164,168); }
H1.HeaderClassName
{
color: #BDA4A8;
}
.AnyTagClassName
{
color: #BDA4A8;
}
</style>
background-color css
<style>
a { background-color: #BDA4A8; }
a { background-color: rgb(189,164,168); }
div.DivClassName
{
background-color: #BDA4A8;
}
.BgClassName
{
background-color: #BDA4A8;
}
</style>
border-color css
<style>
span { border-color: #BDA4A8; }
span { border-color: rgb(189,164,168); }
td.TdClassName
{
border-color: #BDA4A8;
}
.TagClassName
{
border-color: #BDA4A8;
}
</style>