#BCA8AA

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

Shades of Careys Pink #BCA8AA

Tints of Careys Pink #BCA8AA

Color information

#BCA8AA (or 0xBCA8AA) is unknown color: approx Careys Pink. HEX triplet: BC, A8 and AA. RGB value is (188,168,170). Sum of RGB (Red+Green+Blue) = 188+168+170=526 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.74% from 526); Green value is 168 (66.02% from 255 or 31.94% from 526); Blue value is 170 (66.80% from 255 or 32.32% from 526); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA8AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCA8AA is #435755. Grayscale: #AEAEAE. Windows color (decimal): -4413270 or 11184316. OLE color: 11184316.

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

Color convert

RGB188168170-
CMYK00.110.100.26
HSL354º12.99%69.8%-
HSV(B)354º10.64%73.73%-
XYZ4241.643.85-
YUV174.21125.63137.84-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 35.74%
GREEN value IS 168 (66.02% from 255) = 31.94%
BLUE value IS 170 (66.80% from 255) = 32.32%
R=35.74%
G=31.94%
B=32.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.10
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18816817000.110.100.2635412.9969.8
HexBCA8AA0BA1A162d46
Octal274250252013123254215106
Binary1011110010101000101010100101110101101010110001011011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCA8AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCA8AA; }

 p { color: rgb(188,168,170); }

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

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

 a { background-color: rgb(188,168,170); }

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

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

 span { border-color: rgb(188,168,170); }

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