#8CABC0

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

Shades of Nepal #8CABC0

Tints of Nepal #8CABC0

Color information

#8CABC0 (or 0x8CABC0) is unknown color: approx Nepal. HEX triplet: 8C, AB and C0. RGB value is (140,171,192). Sum of RGB (Red+Green+Blue) = 140+171+192=503 (66% of max value = 765). Red value is 140 (55.08% from 255 or 27.83% from 503); Green value is 171 (67.19% from 255 or 34.00% from 503); Blue value is 192 (75.39% from 255 or 38.17% from 503); Max value from RGB is 192 - color contains mainly: blue. Hex color #8CABC0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8CABC0 is #73543F. Grayscale: #A4A4A4. Windows color (decimal): -7558208 or 12626828. OLE color: 12626828.

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

Color convert

RGB140171192-
CMYK0.270.1100.25
HSL204.23º29.21%65.1%-
HSV(B)204.23º27.08%75.29%-
XYZ34.8938.5155.46-
YUV164.12143.73110.79-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 27.83%
GREEN value IS 171 (67.19% from 255) = 34.00%
BLUE value IS 192 (75.39% from 255) = 38.17%
R=27.83%
G=34.00%
B=38.17%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1401711920.270.1100.25204.2329.2165.1
Hex8CABC01BB019cc1d41
Octal214253300331303131435101
Binary10001100101010111100000011011101101100111001100111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CABC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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