#97ACBC

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

Shades of Nepal #97ACBC

Tints of Nepal #97ACBC

Color information

#97ACBC (or 0x97ACBC) is unknown color: approx Nepal. HEX triplet: 97, AC and BC. RGB value is (151,172,188). Sum of RGB (Red+Green+Blue) = 151+172+188=511 (67% of max value = 765). Red value is 151 (59.38% from 255 or 29.55% from 511); Green value is 172 (67.58% from 255 or 33.66% from 511); Blue value is 188 (73.83% from 255 or 36.79% from 511); Max value from RGB is 188 - color contains mainly: blue. Hex color #97ACBC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #97ACBC is #685343. Grayscale: #A7A7A7. Windows color (decimal): -6837060 or 12364951. OLE color: 12364951.

HSL color Cylindrical-coordinate representation of color #97ACBC: hue angle of 205.95º degrees, saturation: 0.22, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #97ACBC is Cyan = 0.20, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB151172188-
CMYK0.200.0900.26
HSL205.95º21.64%66.47%-
HSV(B)205.95º19.68%73.73%-
XYZ36.5939.7253.31-
YUV167.54139.54116.2-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 29.55%
GREEN value IS 172 (67.58% from 255) = 33.66%
BLUE value IS 188 (73.83% from 255) = 36.79%
R=29.55%
G=33.66%
B=36.79%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1511721880.200.0900.26205.9521.6466.47
Hex97ACBC14901Ace1642
Octal227254274241103231626102
Binary10010111101011001011110010100100101101011001110101101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97ACBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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