#8CA4AD

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

Shades of Botticelli #8CA4AD

Tints of Botticelli #8CA4AD

Color information

#8CA4AD (or 0x8CA4AD) is unknown color: approx Botticelli. HEX triplet: 8C, A4 and AD. RGB value is (140,164,173). Sum of RGB (Red+Green+Blue) = 140+164+173=477 (63% of max value = 765). Red value is 140 (55.08% from 255 or 29.35% from 477); Green value is 164 (64.45% from 255 or 34.38% from 477); Blue value is 173 (67.97% from 255 or 36.27% from 477); Max value from RGB is 173 - color contains mainly: blue. Hex color #8CA4AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8CA4AD is #735B52. Grayscale: #9D9D9D. Windows color (decimal): -7560019 or 11379852. OLE color: 11379852.

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

Color convert

RGB140164173-
CMYK0.190.0500.32
HSL196.36º16.75%61.37%-
HSV(B)196.36º19.08%67.84%-
XYZ31.6335.1444.65-
YUV157.85136.55115.27-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 29.35%
GREEN value IS 164 (64.45% from 255) = 34.38%
BLUE value IS 173 (67.97% from 255) = 36.27%
R=29.35%
G=34.38%
B=36.27%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1401641730.190.0500.32196.3616.7561.37
Hex8CA4AD135020c4113d
Octal2142442552350403042175
Binary1000110010100100101011011001110101000001100010010001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CA4AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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