#99AEBA

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

Shades of Nepal #99AEBA

Tints of Nepal #99AEBA

Color information

#99AEBA (or 0x99AEBA) is unknown color: approx Nepal. HEX triplet: 99, AE and BA. RGB value is (153,174,186). Sum of RGB (Red+Green+Blue) = 153+174+186=513 (67% of max value = 765). Red value is 153 (60.16% from 255 or 29.82% from 513); Green value is 174 (68.36% from 255 or 33.92% from 513); Blue value is 186 (73.05% from 255 or 36.26% from 513); Max value from RGB is 186 - color contains mainly: blue. Hex color #99AEBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #99AEBA is #665145. Grayscale: #A9A9A9. Windows color (decimal): -6705478 or 12234393. OLE color: 12234393.

HSL color Cylindrical-coordinate representation of color #99AEBA: hue angle of 201.82º 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 #99AEBA is Cyan = 0.18, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB153174186-
CMYK0.180.0600.27
HSL201.82º19.3%66.47%-
HSV(B)201.82º17.74%72.94%-
XYZ37.1440.5952.33-
YUV169.09137.54116.52-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 29.82%
GREEN value IS 174 (68.36% from 255) = 33.92%
BLUE value IS 186 (73.05% from 255) = 36.26%
R=29.82%
G=33.92%
B=36.26%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1531741860.180.0600.27201.8219.366.47
Hex99AEBA12601Bca1342
Octal23125627222603331223102
Binary1001100110101110101110101001011001101111001010100111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99AEBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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