#8CA6AD

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

Shades of Botticelli #8CA6AD

Tints of Botticelli #8CA6AD

Color information

#8CA6AD (or 0x8CA6AD) is unknown color: approx Botticelli. HEX triplet: 8C, A6 and AD. RGB value is (140,166,173). Sum of RGB (Red+Green+Blue) = 140+166+173=479 (63% of max value = 765). Red value is 140 (55.08% from 255 or 29.23% from 479); Green value is 166 (65.23% from 255 or 34.66% from 479); Blue value is 173 (67.97% from 255 or 36.12% from 479); Max value from RGB is 173 - color contains mainly: blue. Hex color #8CA6AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8CA6AD is #735952. Grayscale: #9E9E9E. Windows color (decimal): -7559507 or 11380364. OLE color: 11380364.

HSL color Cylindrical-coordinate representation of color #8CA6AD: hue angle of 192.73º 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 #8CA6AD is Cyan = 0.19, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB140166173-
CMYK0.190.0400.32
HSL192.73º16.75%61.37%-
HSV(B)192.73º19.08%67.84%-
XYZ31.9935.8744.77-
YUV159.02135.89114.43-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 29.23%
GREEN value IS 166 (65.23% from 255) = 34.66%
BLUE value IS 173 (67.97% from 255) = 36.12%
R=29.23%
G=34.66%
B=36.12%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1401661730.190.0400.32192.7316.7561.37
Hex8CA6AD134020c1113d
Octal2142462552340403012175
Binary1000110010100110101011011001110001000001100000110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CA6AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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