#BCA6AC

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

Shades of Careys Pink #BCA6AC

Tints of Careys Pink #BCA6AC

Color information

#BCA6AC (or 0xBCA6AC) is unknown color: approx Careys Pink. HEX triplet: BC, A6 and AC. RGB value is (188,166,172). Sum of RGB (Red+Green+Blue) = 188+166+172=526 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.74% from 526); Green value is 166 (65.23% from 255 or 31.56% from 526); Blue value is 172 (67.58% from 255 or 32.70% from 526); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA6AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCA6AC is #435953. Grayscale: #ADADAD. Windows color (decimal): -4413780 or 11314876. OLE color: 11314876.

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

Color convert

RGB188166172-
CMYK00.120.090.26
HSL343.64º14.1%69.41%-
HSV(B)343.64º11.7%73.73%-
XYZ41.8240.9444.73-
YUV173.26127.29138.51-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 35.74%
GREEN value IS 166 (65.23% from 255) = 31.56%
BLUE value IS 172 (67.58% from 255) = 32.70%
R=35.74%
G=31.56%
B=32.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.09
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18816617200.120.090.26343.6414.169.41
HexBCA6AC0C91A158e45
Octal274246254014113253016105
Binary1011110010100110101011000110010011101010101100011101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCA6AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCA6AC; }

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

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

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

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

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

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

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

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