#BCA1A6

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

Shades of Careys Pink #BCA1A6

Tints of Careys Pink #BCA1A6

Color information

#BCA1A6 (or 0xBCA1A6) is unknown color: approx Careys Pink. HEX triplet: BC, A1 and A6. RGB value is (188,161,166). Sum of RGB (Red+Green+Blue) = 188+161+166=515 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.50% from 515); Green value is 161 (63.28% from 255 or 31.26% from 515); Blue value is 166 (65.23% from 255 or 32.23% from 515); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA1A6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCA1A6 is #435E59. Grayscale: #A9A9A9. Windows color (decimal): -4415066 or 10920380. OLE color: 10920380.

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

Color convert

RGB188161166-
CMYK00.140.120.26
HSL348.89º16.77%68.43%-
HSV(B)348.89º14.36%73.73%-
XYZ40.3738.9341.46-
YUV169.64125.95141.09-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 36.50%
GREEN value IS 161 (63.28% from 255) = 31.26%
BLUE value IS 166 (65.23% from 255) = 32.23%
R=36.50%
G=31.26%
B=32.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.12
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18816116600.140.120.26348.8916.7768.43
HexBCA1A60EC1A15d1144
Octal274241246016143253521104
Binary10111100101000011010011001110110011010101011101100011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCA1A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCA1A6; }

 p { color: rgb(188,161,166); }

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

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

 a { background-color: rgb(188,161,166); }

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

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

 span { border-color: rgb(188,161,166); }

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