#89ACBF

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

Shades of Nepal #89ACBF

Tints of Nepal #89ACBF

Color information

#89ACBF (or 0x89ACBF) is unknown color: approx Nepal. HEX triplet: 89, AC and BF. RGB value is (137,172,191). Sum of RGB (Red+Green+Blue) = 137+172+191=500 (66% of max value = 765). Red value is 137 (53.91% from 255 or 27.4% from 500); Green value is 172 (67.58% from 255 or 34.4% from 500); Blue value is 191 (75% from 255 or 38.2% from 500); Max value from RGB is 191 - color contains mainly: blue. Hex color #89ACBF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #89ACBF is #765340. Grayscale: #A3A3A3. Windows color (decimal): -7754561 or 12561545. OLE color: 12561545.

HSL color Cylindrical-coordinate representation of color #89ACBF: hue angle of 201.11º degrees, saturation: 0.3, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #89ACBF is Cyan = 0.28, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB137172191-
CMYK0.280.1000.25
HSL201.11º29.67%64.31%-
HSV(B)201.11º28.27%74.9%-
XYZ34.4738.5954.92-
YUV163.7143.4108.96-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 27.4%
GREEN value IS 172 (67.58% from 255) = 34.4%
BLUE value IS 191 (75% from 255) = 38.2%
R=27.4%
G=34.4%
B=38.2%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1371721910.280.1000.25201.1129.6764.31
Hex89ACBF1CA019c91e40
Octal211254277341203131136100
Binary10001001101011001011111111100101001100111001001111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89ACBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #89ACBF; }

 p { color: rgb(137,172,191); }

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

<style>
 a { background-color: #89ACBF; }

 a { background-color: rgb(137,172,191); }

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

<style>
 span { border-color: #89ACBF; }

 span { border-color: rgb(137,172,191); }

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