#BCA7AB

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

Shades of Careys Pink #BCA7AB

Tints of Careys Pink #BCA7AB

Color information

#BCA7AB (or 0xBCA7AB) is unknown color: approx Careys Pink. HEX triplet: BC, A7 and AB. RGB value is (188,167,171). Sum of RGB (Red+Green+Blue) = 188+167+171=526 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.74% from 526); Green value is 167 (65.62% from 255 or 31.75% from 526); Blue value is 171 (67.19% from 255 or 32.51% from 526); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA7AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCA7AB is #435854. Grayscale: #ADADAD. Windows color (decimal): -4413525 or 11249596. OLE color: 11249596.

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

Color convert

RGB188167171-
CMYK00.110.090.26
HSL348.57º13.55%69.61%-
HSV(B)348.57º11.17%73.73%-
XYZ41.9141.2744.28-
YUV173.74126.46138.17-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 35.74%
GREEN value IS 167 (65.62% from 255) = 31.75%
BLUE value IS 171 (67.19% from 255) = 32.51%
R=35.74%
G=31.75%
B=32.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.09
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18816717100.110.090.26348.5713.5569.61
HexBCA7AB0B91A15de46
Octal274247253013113253516106
Binary1011110010100111101010110101110011101010101110111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCA7AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCA7AB; }

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

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

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

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

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

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

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

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