#8CBCA6

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

Shades of Skeptic #8CBCA6

Tints of Skeptic #8CBCA6

Color information

#8CBCA6 (or 0x8CBCA6) is unknown color: approx Skeptic. HEX triplet: 8C, BC and A6. RGB value is (140,188,166). Sum of RGB (Red+Green+Blue) = 140+188+166=494 (65% of max value = 765). Red value is 140 (55.08% from 255 or 28.34% from 494); Green value is 188 (73.83% from 255 or 38.06% from 494); Blue value is 166 (65.23% from 255 or 33.60% from 494); Max value from RGB is 188 - color contains mainly: green. Hex color #8CBCA6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8CBCA6 is #734359. Grayscale: #ABABAB. Windows color (decimal): -7553882 or 10927244. OLE color: 10927244.

HSL color Cylindrical-coordinate representation of color #8CBCA6: hue angle of 152.5º degrees, saturation: 0.26, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #8CBCA6 is Cyan = 0.26, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.26.

Color convert

RGB140188166-
CMYK0.2600.120.26
HSL152.5º26.37%64.31%-
HSV(B)152.5º25.53%73.73%-
XYZ35.6844.342.75-
YUV171.14125.1105.79-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 28.34%
GREEN value IS 188 (73.83% from 255) = 38.06%
BLUE value IS 166 (65.23% from 255) = 33.60%
R=28.34%
G=38.06%
B=33.60%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1401881660.2600.120.26152.526.3764.31
Hex8CBCA61A0C1A981a40
Octal214274246320143223032100
Binary10001100101111001010011011010011001101010011000110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CBCA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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