#BCA5AA

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

Shades of Careys Pink #BCA5AA

Tints of Careys Pink #BCA5AA

Color information

#BCA5AA (or 0xBCA5AA) is unknown color: approx Careys Pink. HEX triplet: BC, A5 and AA. RGB value is (188,165,170). Sum of RGB (Red+Green+Blue) = 188+165+170=523 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.95% from 523); Green value is 165 (64.84% from 255 or 31.55% from 523); Blue value is 170 (66.80% from 255 or 32.50% from 523); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA5AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCA5AA is #435A55. Grayscale: #ACACAC. Windows color (decimal): -4414038 or 11183548. OLE color: 11183548.

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

Color convert

RGB188165170-
CMYK00.120.100.26
HSL346.96º14.65%69.22%-
HSV(B)346.96º12.23%73.73%-
XYZ41.4540.543.66-
YUV172.45126.62139.09-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 35.95%
GREEN value IS 165 (64.84% from 255) = 31.55%
BLUE value IS 170 (66.80% from 255) = 32.50%
R=35.95%
G=31.55%
B=32.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.10
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18816517000.120.100.26346.9614.6569.22
HexBCA5AA0CA1A15bf45
Octal274245252014123253317105
Binary1011110010100101101010100110010101101010101101111111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCA5AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCA5AA; }

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

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

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

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

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

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

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

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