#99ACBA

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

Shades of Nepal #99ACBA

Tints of Nepal #99ACBA

Color information

#99ACBA (or 0x99ACBA) is unknown color: approx Nepal. HEX triplet: 99, AC and BA. RGB value is (153,172,186). Sum of RGB (Red+Green+Blue) = 153+172+186=511 (67% of max value = 765). Red value is 153 (60.16% from 255 or 29.94% from 511); Green value is 172 (67.58% from 255 or 33.66% from 511); Blue value is 186 (73.05% from 255 or 36.40% from 511); Max value from RGB is 186 - color contains mainly: blue. Hex color #99ACBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #99ACBA is #665345. Grayscale: #A7A7A7. Windows color (decimal): -6705990 or 12233881. OLE color: 12233881.

HSL color Cylindrical-coordinate representation of color #99ACBA: hue angle of 205.45º degrees, saturation: 0.19, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #99ACBA is Cyan = 0.18, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB153172186-
CMYK0.180.0800.27
HSL205.45º19.3%66.47%-
HSV(B)205.45º17.74%72.94%-
XYZ36.7539.8252.2-
YUV167.92138.21117.36-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 29.94%
GREEN value IS 172 (67.58% from 255) = 33.66%
BLUE value IS 186 (73.05% from 255) = 36.40%
R=29.94%
G=33.66%
B=36.40%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1531721860.180.0800.27205.4519.366.47
Hex99ACBA12801Bcd1342
Octal231254272221003331523102
Binary10011001101011001011101010010100001101111001101100111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99ACBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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