#8BACC1

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

Shades of Nepal #8BACC1

Tints of Nepal #8BACC1

Color information

#8BACC1 (or 0x8BACC1) is unknown color: approx Nepal. HEX triplet: 8B, AC and C1. RGB value is (139,172,193). Sum of RGB (Red+Green+Blue) = 139+172+193=504 (66% of max value = 765). Red value is 139 (54.69% from 255 or 27.58% from 504); Green value is 172 (67.58% from 255 or 34.13% from 504); Blue value is 193 (75.78% from 255 or 38.29% from 504); Max value from RGB is 193 - color contains mainly: blue. Hex color #8BACC1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8BACC1 is #74533E. Grayscale: #A4A4A4. Windows color (decimal): -7623487 or 12692619. OLE color: 12692619.

HSL color Cylindrical-coordinate representation of color #8BACC1: hue angle of 203.33º degrees, saturation: 0.3, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #8BACC1 is Cyan = 0.28, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB139172193-
CMYK0.280.1100.24
HSL203.33º30.34%65.1%-
HSV(B)203.33º27.98%75.69%-
XYZ35.0338.8456.1-
YUV164.53144.07109.79-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 27.58%
GREEN value IS 172 (67.58% from 255) = 34.13%
BLUE value IS 193 (75.78% from 255) = 38.29%
R=27.58%
G=34.13%
B=38.29%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1391721930.280.1100.24203.3330.3465.1
Hex8BACC11CB018cb1e41
Octal213254301341303031336101
Binary10001011101011001100000111100101101100011001011111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BACC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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