#8CA4AC

Color #8CA4AC Botticelli (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Botticelli #8CA4AC

Tints of Botticelli #8CA4AC

Color information

#8CA4AC (or 0x8CA4AC) is unknown color: approx Botticelli. HEX triplet: 8C, A4 and AC. RGB value is (140,164,172). Sum of RGB (Red+Green+Blue) = 140+164+172=476 (63% of max value = 765). Red value is 140 (55.08% from 255 or 29.41% from 476); Green value is 164 (64.45% from 255 or 34.45% from 476); Blue value is 172 (67.58% from 255 or 36.13% from 476); Max value from RGB is 172 - color contains mainly: blue. Hex color #8CA4AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8CA4AC is #735B53. Grayscale: #9D9D9D. Windows color (decimal): -7560020 or 11314316. OLE color: 11314316.

HSL color Cylindrical-coordinate representation of color #8CA4AC: hue angle of 195º degrees, saturation: 0.16, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #8CA4AC is Cyan = 0.19, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB140164172-
CMYK0.190.0500.33
HSL195º16.16%61.18%-
HSV(B)195º18.6%67.45%-
XYZ31.5435.144.14-
YUV157.74136.05115.35-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 29.41%
GREEN value IS 164 (64.45% from 255) = 34.45%
BLUE value IS 172 (67.58% from 255) = 36.13%
R=29.41%
G=34.45%
B=36.13%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1401641720.190.0500.3319516.1661.18
Hex8CA4AC135021c3103d
Octal2142442542350413032075
Binary1000110010100100101011001001110101000011100001110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CA4AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8CA4AC; }

 p { color: rgb(140,164,172); }

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

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

 a { background-color: rgb(140,164,172); }

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

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

 span { border-color: rgb(140,164,172); }

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