#BCA5AB

Color #BCA5AB Careys Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Careys Pink #BCA5AB

Tints of Careys Pink #BCA5AB

Color information

#BCA5AB (or 0xBCA5AB) is unknown color: approx Careys Pink. HEX triplet: BC, A5 and AB. RGB value is (188,165,171). Sum of RGB (Red+Green+Blue) = 188+165+171=524 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.88% from 524); Green value is 165 (64.84% from 255 or 31.49% from 524); Blue value is 171 (67.19% from 255 or 32.63% from 524); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA5AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCA5AB is #435A54. Grayscale: #ACACAC. Windows color (decimal): -4414037 or 11249084. OLE color: 11249084.

HSL color Cylindrical-coordinate representation of color #BCA5AB: hue angle of 344.35º degrees, saturation: 0.15, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BCA5AB is Cyan = 0, Magento = 0.12, Yellow = 0.09 and Black (K on CMYK) = 0.26.

Color convert

RGB188165171-
CMYK00.120.090.26
HSL344.35º14.65%69.22%-
HSV(B)344.35º12.23%73.73%-
XYZ41.5440.5444.16-
YUV172.56127.12139.01-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 188 (73.83% from 255) = 35.88%
GREEN value IS 165 (64.84% from 255) = 31.49%
BLUE value IS 171 (67.19% from 255) = 32.63%
R=35.88%
G=31.49%
B=32.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.09
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18816517100.120.090.26344.3514.6569.22
HexBCA5AB0C91A158f45
Octal274245253014113253017105
Binary1011110010100101101010110110010011101010101100011111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCA5AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCA5AB; }

 p { color: rgb(188,165,171); }

 H1.HeaderClassName
 {
   color: #BCA5AB;
 }
 .AnyTagClassName
 {
   color: #BCA5AB;
 }
</style>
background-color css

<style>
 a { background-color: #BCA5AB; }

 a { background-color: rgb(188,165,171); }

 div.DivClassName
 {
   background-color: #BCA5AB;
 }
 .BgClassName
 {
   background-color: #BCA5AB;
 }
</style>
border-color css

<style>
 span { border-color: #BCA5AB; }

 span { border-color: rgb(188,165,171); }

 td.TdClassName
 {
   border-color: #BCA5AB;
 }
 .TagClassName
 {
   border-color: #BCA5AB;
 }
</style>