#97ABBC

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

Shades of Nepal #97ABBC

Tints of Nepal #97ABBC

Color information

#97ABBC (or 0x97ABBC) is unknown color: approx Nepal. HEX triplet: 97, AB and BC. RGB value is (151,171,188). Sum of RGB (Red+Green+Blue) = 151+171+188=510 (67% of max value = 765). Red value is 151 (59.38% from 255 or 29.61% from 510); Green value is 171 (67.19% from 255 or 33.53% from 510); Blue value is 188 (73.83% from 255 or 36.86% from 510); Max value from RGB is 188 - color contains mainly: blue. Hex color #97ABBC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #97ABBC is #685443. Grayscale: #A6A6A6. Windows color (decimal): -6837316 or 12364695. OLE color: 12364695.

HSL color Cylindrical-coordinate representation of color #97ABBC: hue angle of 207.57º 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 #97ABBC is Cyan = 0.20, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB151171188-
CMYK0.200.0900.26
HSL207.57º21.64%66.47%-
HSV(B)207.57º19.68%73.73%-
XYZ36.439.3453.25-
YUV166.96139.87116.62-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 29.61%
GREEN value IS 171 (67.19% from 255) = 33.53%
BLUE value IS 188 (73.83% from 255) = 36.86%
R=29.61%
G=33.53%
B=36.86%

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
Decimal1511711880.200.0900.26207.5721.6466.47
Hex97ABBC14901Ad01642
Octal227253274241103232026102
Binary10010111101010111011110010100100101101011010000101101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97ABBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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