#8BACBD

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

Shades of Nepal #8BACBD

Tints of Nepal #8BACBD

Color information

#8BACBD (or 0x8BACBD) is unknown color: approx Nepal. HEX triplet: 8B, AC and BD. RGB value is (139,172,189). Sum of RGB (Red+Green+Blue) = 139+172+189=500 (66% of max value = 765). Red value is 139 (54.69% from 255 or 27.8% from 500); Green value is 172 (67.58% from 255 or 34.4% from 500); Blue value is 189 (74.22% from 255 or 37.8% from 500); Max value from RGB is 189 - color contains mainly: blue. Hex color #8BACBD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8BACBD is #745342. Grayscale: #A3A3A3. Windows color (decimal): -7623491 or 12430475. OLE color: 12430475.

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

Color convert

RGB139172189-
CMYK0.260.0900.26
HSL200.4º27.47%64.31%-
HSV(B)200.4º26.46%74.12%-
XYZ34.5938.6753.78-
YUV164.07142.07110.12-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 27.8%
GREEN value IS 172 (67.58% from 255) = 34.4%
BLUE value IS 189 (74.22% from 255) = 37.8%
R=27.8%
G=34.4%
B=37.8%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1391721890.260.0900.26200.427.4764.31
Hex8BACBD1A901Ac81b40
Octal213254275321103231033100
Binary10001011101011001011110111010100101101011001000110111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BACBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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