#8CA6AE

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

Shades of Botticelli #8CA6AE

Tints of Botticelli #8CA6AE

Color information

#8CA6AE (or 0x8CA6AE) is unknown color: approx Botticelli. HEX triplet: 8C, A6 and AE. RGB value is (140,166,174). Sum of RGB (Red+Green+Blue) = 140+166+174=480 (63% of max value = 765). Red value is 140 (55.08% from 255 or 29.17% from 480); Green value is 166 (65.23% from 255 or 34.58% from 480); Blue value is 174 (68.36% from 255 or 36.25% from 480); Max value from RGB is 174 - color contains mainly: blue. Hex color #8CA6AE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8CA6AE is #735951. Grayscale: #9F9F9F. Windows color (decimal): -7559506 or 11445900. OLE color: 11445900.

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

Color convert

RGB140166174-
CMYK0.200.0500.32
HSL194.12º17.35%61.57%-
HSV(B)194.12º19.54%68.24%-
XYZ32.0935.945.28-
YUV159.14136.39114.35-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 29.17%
GREEN value IS 166 (65.23% from 255) = 34.58%
BLUE value IS 174 (68.36% from 255) = 36.25%
R=29.17%
G=34.58%
B=36.25%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1401661740.200.0500.32194.1217.3561.57
Hex8CA6AE145020c2113e
Octal2142462562450403022176
Binary1000110010100110101011101010010101000001100001010001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CA6AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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