Shades of Careys Pink #BCA8AB
Tints of Careys Pink #BCA8AB
RGB
CMYK
RGB Variations
Color information
#BCA8AB (or 0xBCA8AB) is known color: Careys Pink. HEX triplet: BC, A8 and AB. RGB value is (188,168,171). Sum of RGB (Red+Green+Blue) = 188+168+171=527 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.67% from 527); Green value is 168 (66.02% from 255 or 31.88% from 527); Blue value is 171 (67.19% from 255 or 32.45% from 527); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA8AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCA8AB is #435754. Grayscale: #AEAEAE. Windows color (decimal): -4413269 or 11249852. OLE color: 11249852.
HSL color Cylindrical-coordinate representation of color #BCA8AB: hue angle of 351º 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 #BCA8AB is Cyan = 0, Magento = 0.11, Yellow = 0.09 and Black (K on CMYK) = 0.26.
Color convert
RGB | 188 | 168 | 171 | - |
CMYK | 0 | 0.11 | 0.09 | 0.26 |
HSL | 351º | 0.13% | 0.7% | - |
HSV(B) | 351º | 0.11% | 0.74% | - |
XYZ | 42.09 | 41.64 | 44.35 | - |
YUV | 174.32 | 126.13 | 137.76 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 188 | 168 | 171 | 0 | 0.11 | 0.09 | 0.26 | 351 | 0.13 | 0.7 |
Hex | BC | A8 | AB | 0 | B | 9 | 1A | 15F | D | 46 |
Octal | 274 | 250 | 253 | 0 | 13 | 11 | 32 | 537 | 15 | 106 |
Binary | 10111100 | 10101000 | 10101011 | 0 | 1011 | 1001 | 11010 | 101011111 | 1101 | 1000110 |
Color Harmonies of #BCA8AB
Complementary color
Monochromatic Colors of #BCA8AB
Black with #BCA8AB
Text Example
Text Example
White with #BCA8AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCA8AB; }
p { color: rgb(188,168,171); }
H1.HeaderClassName
{
color: #BCA8AB;
}
.AnyTagClassName
{
color: #BCA8AB;
}
</style>
background-color css
<style>
a { background-color: #BCA8AB; }
a { background-color: rgb(188,168,171); }
div.DivClassName
{
background-color: #BCA8AB;
}
.BgClassName
{
background-color: #BCA8AB;
}
</style>
border-color css
<style>
span { border-color: #BCA8AB; }
span { border-color: rgb(188,168,171); }
td.TdClassName
{
border-color: #BCA8AB;
}
.TagClassName
{
border-color: #BCA8AB;
}
</style>