#BCA9AC

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

Shades of Careys Pink #BCA9AC

Tints of Careys Pink #BCA9AC

Color information

#BCA9AC (or 0xBCA9AC) is unknown color: approx Careys Pink. HEX triplet: BC, A9 and AC. RGB value is (188,169,172). Sum of RGB (Red+Green+Blue) = 188+169+172=529 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.54% from 529); Green value is 169 (66.41% from 255 or 31.95% from 529); Blue value is 172 (67.58% from 255 or 32.51% from 529); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA9AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCA9AC is #435653. Grayscale: #AFAFAF. Windows color (decimal): -4413012 or 11315644. OLE color: 11315644.

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

Color convert

RGB188169172-
CMYK00.100.090.26
HSL350.53º12.42%70%-
HSV(B)350.53º10.11%73.73%-
XYZ42.3742.0544.91-
YUV175.02126.29137.26-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 35.54%
GREEN value IS 169 (66.41% from 255) = 31.95%
BLUE value IS 172 (67.58% from 255) = 32.51%
R=35.54%
G=31.95%
B=32.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.09
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18816917200.100.090.26350.5312.4270
HexBCA9AC0A91A15fc46
Octal274251254012113253714106
Binary1011110010101001101011000101010011101010101111111001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCA9AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCA9AC; }

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

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

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

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

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

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

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

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