#8CA4AB

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

Shades of Botticelli #8CA4AB

Tints of Botticelli #8CA4AB

Color information

#8CA4AB (or 0x8CA4AB) is unknown color: approx Botticelli. HEX triplet: 8C, A4 and AB. RGB value is (140,164,171). Sum of RGB (Red+Green+Blue) = 140+164+171=475 (62% of max value = 765). Red value is 140 (55.08% from 255 or 29.47% from 475); Green value is 164 (64.45% from 255 or 34.53% from 475); Blue value is 171 (67.19% from 255 or 36% from 475); Max value from RGB is 171 - color contains mainly: blue. Hex color #8CA4AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8CA4AB is #735B54. Grayscale: #9D9D9D. Windows color (decimal): -7560021 or 11248780. OLE color: 11248780.

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

Color convert

RGB140164171-
CMYK0.180.0400.33
HSL193.55º15.58%60.98%-
HSV(B)193.55º18.13%67.06%-
XYZ31.4435.0743.64-
YUV157.62135.55115.43-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 29.47%
GREEN value IS 164 (64.45% from 255) = 34.53%
BLUE value IS 171 (67.19% from 255) = 36%
R=29.47%
G=34.53%
B=36%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1401641710.180.0400.33193.5515.5860.98
Hex8CA4AB124021c2103d
Octal2142442532240413022075
Binary1000110010100100101010111001010001000011100001010000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CA4AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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