#99ACB5

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

Shades of Nepal #99ACB5

Tints of Nepal #99ACB5

Color information

#99ACB5 (or 0x99ACB5) is unknown color: approx Nepal. HEX triplet: 99, AC and B5. RGB value is (153,172,181). Sum of RGB (Red+Green+Blue) = 153+172+181=506 (67% of max value = 765). Red value is 153 (60.16% from 255 or 30.24% from 506); Green value is 172 (67.58% from 255 or 33.99% from 506); Blue value is 181 (71.09% from 255 or 35.77% from 506); Max value from RGB is 181 - color contains mainly: blue. Hex color #99ACB5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #99ACB5 is #66534A. Grayscale: #A7A7A7. Windows color (decimal): -6705995 or 11906201. OLE color: 11906201.

HSL color Cylindrical-coordinate representation of color #99ACB5: hue angle of 199.29º degrees, saturation: 0.16, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #99ACB5 is Cyan = 0.15, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB153172181-
CMYK0.150.0500.29
HSL199.29º15.91%65.49%-
HSV(B)199.29º15.47%70.98%-
XYZ36.2339.6149.45-
YUV167.35135.71117.77-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 30.24%
GREEN value IS 172 (67.58% from 255) = 33.99%
BLUE value IS 181 (71.09% from 255) = 35.77%
R=30.24%
G=33.99%
B=35.77%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1531721810.150.0500.29199.2915.9165.49
Hex99ACB5F501Dc71041
Octal23125426517503530720101
Binary100110011010110010110101111110101110111000111100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99ACB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99ACB5; }

 p { color: rgb(153,172,181); }

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

<style>
 a { background-color: #99ACB5; }

 a { background-color: rgb(153,172,181); }

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

<style>
 span { border-color: #99ACB5; }

 span { border-color: rgb(153,172,181); }

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