#BCA1A5

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

Shades of Careys Pink #BCA1A5

Tints of Careys Pink #BCA1A5

Color information

#BCA1A5 (or 0xBCA1A5) is unknown color: approx Careys Pink. HEX triplet: BC, A1 and A5. RGB value is (188,161,165). Sum of RGB (Red+Green+Blue) = 188+161+165=514 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.58% from 514); Green value is 161 (63.28% from 255 or 31.32% from 514); Blue value is 165 (64.84% from 255 or 32.10% from 514); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA1A5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCA1A5 is #435E5A. Grayscale: #A9A9A9. Windows color (decimal): -4415067 or 10854844. OLE color: 10854844.

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

Color convert

RGB188161165-
CMYK00.140.120.26
HSL351.11º16.77%68.43%-
HSV(B)351.11º14.36%73.73%-
XYZ40.2838.940.98-
YUV169.53125.45141.17-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 36.58%
GREEN value IS 161 (63.28% from 255) = 31.32%
BLUE value IS 165 (64.84% from 255) = 32.10%
R=36.58%
G=31.32%
B=32.10%

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
Decimal18816116500.140.120.26351.1116.7768.43
HexBCA1A50EC1A15f1144
Octal274241245016143253721104
Binary10111100101000011010010101110110011010101011111100011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCA1A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCA1A5; }

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

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

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

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

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

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

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

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