#8BACC3

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

Shades of Nepal #8BACC3

Tints of Nepal #8BACC3

Color information

#8BACC3 (or 0x8BACC3) is unknown color: approx Nepal. HEX triplet: 8B, AC and C3. RGB value is (139,172,195). Sum of RGB (Red+Green+Blue) = 139+172+195=506 (67% of max value = 765). Red value is 139 (54.69% from 255 or 27.47% from 506); Green value is 172 (67.58% from 255 or 33.99% from 506); Blue value is 195 (76.56% from 255 or 38.54% from 506); Max value from RGB is 195 - color contains mainly: blue. Hex color #8BACC3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8BACC3 is #74533C. Grayscale: #A4A4A4. Windows color (decimal): -7623485 or 12823691. OLE color: 12823691.

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

Color convert

RGB139172195-
CMYK0.290.1200.24
HSL204.64º31.82%65.49%-
HSV(B)204.64º28.72%76.47%-
XYZ35.2538.9357.29-
YUV164.76145.07109.63-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 27.47%
GREEN value IS 172 (67.58% from 255) = 33.99%
BLUE value IS 195 (76.56% from 255) = 38.54%
R=27.47%
G=33.99%
B=38.54%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1391721950.290.1200.24204.6431.8265.49
Hex8BACC31DC018cd2041
Octal213254303351403031540101
Binary100010111010110011000011111011100011000110011011000001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BACC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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