#8DACBD

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

Shades of Nepal #8DACBD

Tints of Nepal #8DACBD

Color information

#8DACBD (or 0x8DACBD) is unknown color: approx Nepal. HEX triplet: 8D, AC and BD. RGB value is (141,172,189). Sum of RGB (Red+Green+Blue) = 141+172+189=502 (66% of max value = 765). Red value is 141 (55.47% from 255 or 28.09% from 502); Green value is 172 (67.58% from 255 or 34.26% from 502); Blue value is 189 (74.22% from 255 or 37.65% from 502); Max value from RGB is 189 - color contains mainly: blue. Hex color #8DACBD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8DACBD is #725342. Grayscale: #A4A4A4. Windows color (decimal): -7492419 or 12430477. OLE color: 12430477.

HSL color Cylindrical-coordinate representation of color #8DACBD: hue angle of 201.25º degrees, saturation: 0.27, 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 #8DACBD is Cyan = 0.25, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB141172189-
CMYK0.250.0900.26
HSL201.25º26.67%64.71%-
HSV(B)201.25º25.4%74.12%-
XYZ34.9238.8453.8-
YUV164.67141.73111.12-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 28.09%
GREEN value IS 172 (67.58% from 255) = 34.26%
BLUE value IS 189 (74.22% from 255) = 37.65%
R=28.09%
G=34.26%
B=37.65%

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
Decimal1411721890.250.0900.26201.2526.6764.71
Hex8DACBD19901Ac91b41
Octal215254275311103231133101
Binary10001101101011001011110111001100101101011001001110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DACBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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