#97ACB8

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

Shades of Nepal #97ACB8

Tints of Nepal #97ACB8

Color information

#97ACB8 (or 0x97ACB8) is unknown color: approx Nepal. HEX triplet: 97, AC and B8. RGB value is (151,172,184). Sum of RGB (Red+Green+Blue) = 151+172+184=507 (67% of max value = 765). Red value is 151 (59.38% from 255 or 29.78% from 507); Green value is 172 (67.58% from 255 or 33.93% from 507); Blue value is 184 (72.27% from 255 or 36.29% from 507); Max value from RGB is 184 - color contains mainly: blue. Hex color #97ACB8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #97ACB8 is #685347. Grayscale: #A7A7A7. Windows color (decimal): -6837064 or 12102807. OLE color: 12102807.

HSL color Cylindrical-coordinate representation of color #97ACB8: hue angle of 201.82º degrees, saturation: 0.19, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #97ACB8 is Cyan = 0.18, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB151172184-
CMYK0.180.0700.28
HSL201.82º18.86%65.69%-
HSV(B)201.82º17.93%72.16%-
XYZ36.1739.5551.07-
YUV167.09137.54116.52-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 29.78%
GREEN value IS 172 (67.58% from 255) = 33.93%
BLUE value IS 184 (72.27% from 255) = 36.29%
R=29.78%
G=33.93%
B=36.29%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1511721840.180.0700.28201.8218.8665.69
Hex97ACB812701Cca1342
Octal22725427022703431223102
Binary1001011110101100101110001001011101110011001010100111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97ACB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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