Shades of Careys Pink #BCA8AD
Tints of Careys Pink #BCA8AD
RGB
CMYK
RGB Variations
Color information
#BCA8AD (or 0xBCA8AD) is known color: Careys Pink. HEX triplet: BC, A8 and AD. RGB value is (188,168,173). Sum of RGB (Red+Green+Blue) = 188+168+173=529 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.54% from 529); Green value is 168 (66.02% from 255 or 31.76% from 529); Blue value is 173 (67.97% from 255 or 32.70% from 529); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA8AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCA8AD is #435752. Grayscale: #AEAEAE. Windows color (decimal): -4413267 or 11380924. OLE color: 11380924.
HSL color Cylindrical-coordinate representation of color #BCA8AD: hue angle of 345º degrees, saturation: 0.13, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #BCA8AD is Cyan = 0, Magento = 0.11, Yellow = 0.08 and Black (K on CMYK) = 0.26.
Color convert
RGB | 188 | 168 | 173 | - |
CMYK | 0 | 0.11 | 0.08 | 0.26 |
HSL | 345º | 0.13% | 0.7% | - |
HSV(B) | 345º | 0.11% | 0.74% | - |
XYZ | 42.28 | 41.71 | 45.36 | - |
YUV | 174.55 | 127.13 | 137.59 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 188 | 168 | 173 | 0 | 0.11 | 0.08 | 0.26 | 345 | 0.13 | 0.7 |
Hex | BC | A8 | AD | 0 | B | 8 | 1A | 159 | D | 46 |
Octal | 274 | 250 | 255 | 0 | 13 | 10 | 32 | 531 | 15 | 106 |
Binary | 10111100 | 10101000 | 10101101 | 0 | 1011 | 1000 | 11010 | 101011001 | 1101 | 1000110 |
Color Harmonies of #BCA8AD
Complementary color
Monochromatic Colors of #BCA8AD
Black with #BCA8AD
Text Example
Text Example
White with #BCA8AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCA8AD; }
p { color: rgb(188,168,173); }
H1.HeaderClassName
{
color: #BCA8AD;
}
.AnyTagClassName
{
color: #BCA8AD;
}
</style>
background-color css
<style>
a { background-color: #BCA8AD; }
a { background-color: rgb(188,168,173); }
div.DivClassName
{
background-color: #BCA8AD;
}
.BgClassName
{
background-color: #BCA8AD;
}
</style>
border-color css
<style>
span { border-color: #BCA8AD; }
span { border-color: rgb(188,168,173); }
td.TdClassName
{
border-color: #BCA8AD;
}
.TagClassName
{
border-color: #BCA8AD;
}
</style>