#BCA5AC

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

Shades of Careys Pink #BCA5AC

Tints of Careys Pink #BCA5AC

Color information

#BCA5AC (or 0xBCA5AC) is unknown color: approx Careys Pink. HEX triplet: BC, A5 and AC. RGB value is (188,165,172). Sum of RGB (Red+Green+Blue) = 188+165+172=525 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.81% from 525); Green value is 165 (64.84% from 255 or 31.43% from 525); Blue value is 172 (67.58% from 255 or 32.76% from 525); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA5AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCA5AC is #435A53. Grayscale: #ACACAC. Windows color (decimal): -4414036 or 11314620. OLE color: 11314620.

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

Color convert

RGB188165172-
CMYK00.120.090.26
HSL341.74º14.65%69.22%-
HSV(B)341.74º12.23%73.73%-
XYZ41.6440.5844.67-
YUV172.68127.62138.93-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 35.81%
GREEN value IS 165 (64.84% from 255) = 31.43%
BLUE value IS 172 (67.58% from 255) = 32.76%
R=35.81%
G=31.43%
B=32.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.09
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18816517200.120.090.26341.7414.6569.22
HexBCA5AC0C91A156f45
Octal274245254014113252617105
Binary1011110010100101101011000110010011101010101011011111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCA5AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCA5AC; }

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

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

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

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

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

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

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

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