#BCA2A7

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

Shades of Careys Pink #BCA2A7

Tints of Careys Pink #BCA2A7

Color information

#BCA2A7 (or 0xBCA2A7) is unknown color: approx Careys Pink. HEX triplet: BC, A2 and A7. RGB value is (188,162,167). Sum of RGB (Red+Green+Blue) = 188+162+167=517 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.36% from 517); Green value is 162 (63.67% from 255 or 31.33% from 517); Blue value is 167 (65.62% from 255 or 32.30% from 517); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA2A7 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCA2A7 is #435D58. Grayscale: #AAAAAA. Windows color (decimal): -4414809 or 10986172. OLE color: 10986172.

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

Color convert

RGB188162167-
CMYK00.140.110.26
HSL348.46º16.25%68.63%-
HSV(B)348.46º13.83%73.73%-
XYZ40.6339.3242.01-
YUV170.34126.11140.59-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 36.36%
GREEN value IS 162 (63.67% from 255) = 31.33%
BLUE value IS 167 (65.62% from 255) = 32.30%
R=36.36%
G=31.33%
B=32.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.11
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18816216700.140.110.26348.4616.2568.63
HexBCA2A70EB1A15c1045
Octal274242247016133253420105
Binary10111100101000101010011101110101111010101011100100001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCA2A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCA2A7; }

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

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

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

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

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

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

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

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