#97ACBF

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

Shades of Nepal #97ACBF

Tints of Nepal #97ACBF

Color information

#97ACBF (or 0x97ACBF) is unknown color: approx Nepal. HEX triplet: 97, AC and BF. RGB value is (151,172,191). Sum of RGB (Red+Green+Blue) = 151+172+191=514 (68% of max value = 765). Red value is 151 (59.38% from 255 or 29.38% from 514); Green value is 172 (67.58% from 255 or 33.46% from 514); Blue value is 191 (75% from 255 or 37.16% from 514); Max value from RGB is 191 - color contains mainly: blue. Hex color #97ACBF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #97ACBF is #685340. Grayscale: #A7A7A7. Windows color (decimal): -6837057 or 12561559. OLE color: 12561559.

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

Color convert

RGB151172191-
CMYK0.210.1000.25
HSL208.5º23.81%67.06%-
HSV(B)208.5º20.94%74.9%-
XYZ36.9239.8555.04-
YUV167.89141.04115.96-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 29.38%
GREEN value IS 172 (67.58% from 255) = 33.46%
BLUE value IS 191 (75% from 255) = 37.16%
R=29.38%
G=33.46%
B=37.16%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1511721910.210.1000.25208.523.8167.06
Hex97ACBF15A019d01843
Octal227254277251203132030103
Binary10010111101011001011111110101101001100111010000110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97ACBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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