#8CA0AD

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

Shades of Bali Hai #8CA0AD

Tints of Bali Hai #8CA0AD

Color information

#8CA0AD (or 0x8CA0AD) is unknown color: approx Bali Hai. HEX triplet: 8C, A0 and AD. RGB value is (140,160,173). Sum of RGB (Red+Green+Blue) = 140+160+173=473 (62% of max value = 765). Red value is 140 (55.08% from 255 or 29.60% from 473); Green value is 160 (62.89% from 255 or 33.83% from 473); Blue value is 173 (67.97% from 255 or 36.58% from 473); Max value from RGB is 173 - color contains mainly: blue. Hex color #8CA0AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8CA0AD is #735F52. Grayscale: #9B9B9B. Windows color (decimal): -7561043 or 11378828. OLE color: 11378828.

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

Color convert

RGB140160173-
CMYK0.190.0800.32
HSL203.64º16.75%61.37%-
HSV(B)203.64º19.08%67.84%-
XYZ30.9333.7344.42-
YUV155.5137.87116.94-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 29.60%
GREEN value IS 160 (62.89% from 255) = 33.83%
BLUE value IS 173 (67.97% from 255) = 36.58%
R=29.60%
G=33.83%
B=36.58%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1401601730.190.0800.32203.6416.7561.37
Hex8CA0AD138020cc113d
Octal21424025523100403142175
Binary10001100101000001010110110011100001000001100110010001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CA0AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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