#BCA2AA

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

Shades of Careys Pink #BCA2AA

Tints of Careys Pink #BCA2AA

Color information

#BCA2AA (or 0xBCA2AA) is unknown color: approx Careys Pink. HEX triplet: BC, A2 and AA. RGB value is (188,162,170). Sum of RGB (Red+Green+Blue) = 188+162+170=520 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.15% from 520); Green value is 162 (63.67% from 255 or 31.15% from 520); Blue value is 170 (66.80% from 255 or 32.69% from 520); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA2AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCA2AA is #435D55. Grayscale: #AAAAAA. Windows color (decimal): -4414806 or 11182780. OLE color: 11182780.

HSL color Cylindrical-coordinate representation of color #BCA2AA: hue angle of 341.54º degrees, saturation: 0.16, 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 #BCA2AA is Cyan = 0, Magento = 0.14, Yellow = 0.10 and Black (K on CMYK) = 0.26.

Color convert

RGB188162170-
CMYK00.140.100.26
HSL341.54º16.25%68.63%-
HSV(B)341.54º13.83%73.73%-
XYZ40.9239.4343.49-
YUV170.69127.61140.35-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 36.15%
GREEN value IS 162 (63.67% from 255) = 31.15%
BLUE value IS 170 (66.80% from 255) = 32.69%
R=36.15%
G=31.15%
B=32.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.10
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18816217000.140.100.26341.5416.2568.63
HexBCA2AA0EA1A1561045
Octal274242252016123252620105
Binary10111100101000101010101001110101011010101010110100001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCA2AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCA2AA; }

 p { color: rgb(188,162,170); }

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

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

 a { background-color: rgb(188,162,170); }

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

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

 span { border-color: rgb(188,162,170); }

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