#8CADBC

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

Shades of Nepal #8CADBC

Tints of Nepal #8CADBC

Color information

#8CADBC (or 0x8CADBC) is unknown color: approx Nepal. HEX triplet: 8C, AD and BC. RGB value is (140,173,188). Sum of RGB (Red+Green+Blue) = 140+173+188=501 (66% of max value = 765). Red value is 140 (55.08% from 255 or 27.94% from 501); Green value is 173 (67.97% from 255 or 34.53% from 501); Blue value is 188 (73.83% from 255 or 37.52% from 501); Max value from RGB is 188 - color contains mainly: blue. Hex color #8CADBC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8CADBC is #735243. Grayscale: #A4A4A4. Windows color (decimal): -7557700 or 12365196. OLE color: 12365196.

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

Color convert

RGB140173188-
CMYK0.260.0800.26
HSL198.75º26.37%64.31%-
HSV(B)198.75º25.53%73.73%-
XYZ34.8439.0953.29-
YUV164.84141.07110.28-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 27.94%
GREEN value IS 173 (67.97% from 255) = 34.53%
BLUE value IS 188 (73.83% from 255) = 37.52%
R=27.94%
G=34.53%
B=37.52%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1401731880.260.0800.26198.7526.3764.31
Hex8CADBC1A801Ac71a40
Octal214255274321003230732100
Binary10001100101011011011110011010100001101011000111110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CADBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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