#8DACBB

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

Shades of Nepal #8DACBB

Tints of Nepal #8DACBB

Color information

#8DACBB (or 0x8DACBB) is unknown color: approx Nepal. HEX triplet: 8D, AC and BB. RGB value is (141,172,187). Sum of RGB (Red+Green+Blue) = 141+172+187=500 (66% of max value = 765). Red value is 141 (55.47% from 255 or 28.2% from 500); Green value is 172 (67.58% from 255 or 34.4% from 500); Blue value is 187 (73.44% from 255 or 37.4% from 500); Max value from RGB is 187 - color contains mainly: blue. Hex color #8DACBB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8DACBB is #725344. Grayscale: #A4A4A4. Windows color (decimal): -7492421 or 12299405. OLE color: 12299405.

HSL color Cylindrical-coordinate representation of color #8DACBB: hue angle of 199.57º degrees, saturation: 0.25, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #8DACBB is Cyan = 0.25, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB141172187-
CMYK0.250.0800.27
HSL199.57º25.27%64.31%-
HSV(B)199.57º24.6%73.33%-
XYZ34.7138.7652.67-
YUV164.44140.73111.28-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 28.2%
GREEN value IS 172 (67.58% from 255) = 34.4%
BLUE value IS 187 (73.44% from 255) = 37.4%
R=28.2%
G=34.4%
B=37.4%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1411721870.250.0800.27199.5725.2764.31
Hex8DACBB19801Bc81940
Octal215254273311003331031100
Binary10001101101011001011101111001100001101111001000110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DACBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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