#8DACBC

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

Shades of Nepal #8DACBC

Tints of Nepal #8DACBC

Color information

#8DACBC (or 0x8DACBC) is unknown color: approx Nepal. HEX triplet: 8D, AC and BC. RGB value is (141,172,188). Sum of RGB (Red+Green+Blue) = 141+172+188=501 (66% of max value = 765). Red value is 141 (55.47% from 255 or 28.14% from 501); Green value is 172 (67.58% from 255 or 34.33% 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 #8DACBC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8DACBC is #725343. Grayscale: #A4A4A4. Windows color (decimal): -7492420 or 12364941. OLE color: 12364941.

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

Color convert

RGB141172188-
CMYK0.250.0900.26
HSL200.43º25.97%64.51%-
HSV(B)200.43º25%73.73%-
XYZ34.8138.853.23-
YUV164.56141.23111.2-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 28.14%
GREEN value IS 172 (67.58% from 255) = 34.33%
BLUE value IS 188 (73.83% from 255) = 37.52%
R=28.14%
G=34.33%
B=37.52%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1411721880.250.0900.26200.4325.9764.51
Hex8DACBC19901Ac81a41
Octal215254274311103231032101
Binary10001101101011001011110011001100101101011001000110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DACBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,172,188); }

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

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

 a { background-color: rgb(141,172,188); }

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

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

 span { border-color: rgb(141,172,188); }

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