#BCA9AB

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

Shades of Careys Pink #BCA9AB

Tints of Careys Pink #BCA9AB

Color information

#BCA9AB (or 0xBCA9AB) is unknown color: approx Careys Pink. HEX triplet: BC, A9 and AB. RGB value is (188,169,171). Sum of RGB (Red+Green+Blue) = 188+169+171=528 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.61% from 528); Green value is 169 (66.41% from 255 or 32.01% from 528); Blue value is 171 (67.19% from 255 or 32.39% from 528); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA9AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCA9AB is #435654. Grayscale: #AEAEAE. Windows color (decimal): -4413013 or 11250108. OLE color: 11250108.

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

Color convert

RGB188169171-
CMYK00.100.090.26
HSL353.68º12.42%70%-
HSV(B)353.68º10.11%73.73%-
XYZ42.2842.0144.41-
YUV174.91125.79137.34-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 35.61%
GREEN value IS 169 (66.41% from 255) = 32.01%
BLUE value IS 171 (67.19% from 255) = 32.39%
R=35.61%
G=32.01%
B=32.39%

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
Decimal18816917100.100.090.26353.6812.4270
HexBCA9AB0A91A162c46
Octal274251253012113254214106
Binary1011110010101001101010110101010011101010110001011001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCA9AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCA9AB; }

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

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

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

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

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

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

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

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