Shades of Careys Pink #BDA2A8
Tints of Careys Pink #BDA2A8
RGB
CMYK
RGB Variations
Color information
#BDA2A8 (or 0xBDA2A8) is known color: Careys Pink. HEX triplet: BD, A2 and A8. RGB value is (189,162,168). Sum of RGB (Red+Green+Blue) = 189+162+168=519 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.42% from 519); Green value is 162 (63.67% from 255 or 31.21% from 519); Blue value is 168 (66.02% from 255 or 32.37% from 519); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA2A8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDA2A8 is #425D57. Grayscale: #AAAAAA. Windows color (decimal): -4349272 or 11051709. OLE color: 11051709.
HSL color Cylindrical-coordinate representation of color #BDA2A8: hue angle of 346.67º 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 #BDA2A8 is Cyan = 0, Magento = 0.14, Yellow = 0.11 and Black (K on CMYK) = 0.26.
Color convert
RGB | 189 | 162 | 168 | - |
CMYK | 0 | 0.14 | 0.11 | 0.26 |
HSL | 346.67º | 0.17% | 0.69% | - |
HSV(B) | 346.67º | 0.14% | 0.74% | - |
XYZ | 40.97 | 39.49 | 42.51 | - |
YUV | 170.76 | 126.45 | 141.01 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 189 | 162 | 168 | 0 | 0.14 | 0.11 | 0.26 | 346.67 | 0.17 | 0.69 |
Hex | BD | A2 | A8 | 0 | E | B | 1A | 15B | 11 | 45 |
Octal | 275 | 242 | 250 | 0 | 16 | 13 | 32 | 533 | 21 | 105 |
Binary | 10111101 | 10100010 | 10101000 | 0 | 1110 | 1011 | 11010 | 101011011 | 10001 | 1000101 |
Color Harmonies of #BDA2A8
Complementary color
Monochromatic Colors of #BDA2A8
Black with #BDA2A8
Text Example
Text Example
White with #BDA2A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA2A8; }
p { color: rgb(189,162,168); }
H1.HeaderClassName
{
color: #BDA2A8;
}
.AnyTagClassName
{
color: #BDA2A8;
}
</style>
background-color css
<style>
a { background-color: #BDA2A8; }
a { background-color: rgb(189,162,168); }
div.DivClassName
{
background-color: #BDA2A8;
}
.BgClassName
{
background-color: #BDA2A8;
}
</style>
border-color css
<style>
span { border-color: #BDA2A8; }
span { border-color: rgb(189,162,168); }
td.TdClassName
{
border-color: #BDA2A8;
}
.TagClassName
{
border-color: #BDA2A8;
}
</style>