#8CBAA5

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

Shades of Skeptic #8CBAA5

Tints of Skeptic #8CBAA5

Color information

#8CBAA5 (or 0x8CBAA5) is unknown color: approx Skeptic. HEX triplet: 8C, BA and A5. RGB value is (140,186,165). Sum of RGB (Red+Green+Blue) = 140+186+165=491 (65% of max value = 765). Red value is 140 (55.08% from 255 or 28.51% from 491); Green value is 186 (73.05% from 255 or 37.88% from 491); Blue value is 165 (64.84% from 255 or 33.60% from 491); Max value from RGB is 186 - color contains mainly: green. Hex color #8CBAA5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8CBAA5 is #73455A. Grayscale: #A9A9A9. Windows color (decimal): -7554395 or 10861196. OLE color: 10861196.

HSL color Cylindrical-coordinate representation of color #8CBAA5: hue angle of 152.61º degrees, saturation: 0.25, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #8CBAA5 is Cyan = 0.25, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.27.

Color convert

RGB140186165-
CMYK0.2500.110.27
HSL152.61º25%63.92%-
HSV(B)152.61º24.73%72.94%-
XYZ35.1743.4142.12-
YUV169.85125.26106.71-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 28.51%
GREEN value IS 186 (73.05% from 255) = 37.88%
BLUE value IS 165 (64.84% from 255) = 33.60%
R=28.51%
G=37.88%
B=33.60%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1401861650.2500.110.27152.612563.92
Hex8CBAA5190B1B991940
Octal214272245310133323131100
Binary10001100101110101010010111001010111101110011001110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CBAA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,186,165); }

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

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

 a { background-color: rgb(140,186,165); }

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

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

 span { border-color: rgb(140,186,165); }

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