Shades of Careys Pink #BDA6A8
Tints of Careys Pink #BDA6A8
RGB
CMYK
RGB Variations
Color information
#BDA6A8 (or 0xBDA6A8) is known color: Careys Pink. HEX triplet: BD, A6 and A8. RGB value is (189,166,168). Sum of RGB (Red+Green+Blue) = 189+166+168=523 (69% of max value = 765). Red value is 189 (74.22% from 255 or 36.14% from 523); Green value is 166 (65.23% from 255 or 31.74% from 523); Blue value is 168 (66.02% from 255 or 32.12% from 523); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA6A8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDA6A8 is #425957. Grayscale: #ADADAD. Windows color (decimal): -4348248 or 11052733. OLE color: 11052733.
HSL color Cylindrical-coordinate representation of color #BDA6A8: hue angle of 354.78º 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 #BDA6A8 is Cyan = 0, Magento = 0.12, Yellow = 0.11 and Black (K on CMYK) = 0.26.
Color convert
RGB | 189 | 166 | 168 | - |
CMYK | 0 | 0.12 | 0.11 | 0.26 |
HSL | 354.78º | 0.15% | 0.7% | - |
HSV(B) | 354.78º | 0.12% | 0.74% | - |
XYZ | 41.69 | 40.92 | 42.75 | - |
YUV | 173.11 | 125.12 | 139.34 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 189 | 166 | 168 | 0 | 0.12 | 0.11 | 0.26 | 354.78 | 0.15 | 0.7 |
Hex | BD | A6 | A8 | 0 | C | B | 1A | 163 | F | 46 |
Octal | 275 | 246 | 250 | 0 | 14 | 13 | 32 | 543 | 17 | 106 |
Binary | 10111101 | 10100110 | 10101000 | 0 | 1100 | 1011 | 11010 | 101100011 | 1111 | 1000110 |
Color Harmonies of #BDA6A8
Complementary color
Monochromatic Colors of #BDA6A8
Black with #BDA6A8
Text Example
Text Example
White with #BDA6A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA6A8; }
p { color: rgb(189,166,168); }
H1.HeaderClassName
{
color: #BDA6A8;
}
.AnyTagClassName
{
color: #BDA6A8;
}
</style>
background-color css
<style>
a { background-color: #BDA6A8; }
a { background-color: rgb(189,166,168); }
div.DivClassName
{
background-color: #BDA6A8;
}
.BgClassName
{
background-color: #BDA6A8;
}
</style>
border-color css
<style>
span { border-color: #BDA6A8; }
span { border-color: rgb(189,166,168); }
td.TdClassName
{
border-color: #BDA6A8;
}
.TagClassName
{
border-color: #BDA6A8;
}
</style>