#BCA2A9

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

Shades of Careys Pink #BCA2A9

Tints of Careys Pink #BCA2A9

Color information

#BCA2A9 (or 0xBCA2A9) is unknown color: approx Careys Pink. HEX triplet: BC, A2 and A9. RGB value is (188,162,169). Sum of RGB (Red+Green+Blue) = 188+162+169=519 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.22% from 519); Green value is 162 (63.67% from 255 or 31.21% from 519); Blue value is 169 (66.41% from 255 or 32.56% from 519); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA2A9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCA2A9 is #435D56. Grayscale: #AAAAAA. Windows color (decimal): -4414807 or 11117244. OLE color: 11117244.

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

Color convert

RGB188162169-
CMYK00.140.100.26
HSL343.85º16.25%68.63%-
HSV(B)343.85º13.83%73.73%-
XYZ40.8239.442.99-
YUV170.57127.11140.43-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 36.22%
GREEN value IS 162 (63.67% from 255) = 31.21%
BLUE value IS 169 (66.41% from 255) = 32.56%
R=36.22%
G=31.21%
B=32.56%

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
Decimal18816216900.140.100.26343.8516.2568.63
HexBCA2A90EA1A1581045
Octal274242251016123253020105
Binary10111100101000101010100101110101011010101011000100001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCA2A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCA2A9; }

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

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

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

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

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

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

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

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