#8BACC4

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

Shades of Nepal #8BACC4

Tints of Nepal #8BACC4

Color information

#8BACC4 (or 0x8BACC4) is unknown color: approx Nepal. HEX triplet: 8B, AC and C4. RGB value is (139,172,196). Sum of RGB (Red+Green+Blue) = 139+172+196=507 (67% of max value = 765). Red value is 139 (54.69% from 255 or 27.42% from 507); Green value is 172 (67.58% from 255 or 33.93% from 507); Blue value is 196 (76.95% from 255 or 38.66% from 507); Max value from RGB is 196 - color contains mainly: blue. Hex color #8BACC4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8BACC4 is #74533B. Grayscale: #A4A4A4. Windows color (decimal): -7623484 or 12889227. OLE color: 12889227.

HSL color Cylindrical-coordinate representation of color #8BACC4: hue angle of 205.26º degrees, saturation: 0.33, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #8BACC4 is Cyan = 0.29, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB139172196-
CMYK0.290.1200.23
HSL205.26º32.57%65.69%-
HSV(B)205.26º29.08%76.86%-
XYZ35.3638.9857.88-
YUV164.87145.57109.55-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 27.42%
GREEN value IS 172 (67.58% from 255) = 33.93%
BLUE value IS 196 (76.95% from 255) = 38.66%
R=27.42%
G=33.93%
B=38.66%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1391721960.290.1200.23205.2632.5765.69
Hex8BACC41DC017cd2142
Octal213254304351402731541102
Binary100010111010110011000100111011100010111110011011000011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BACC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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