#99AEBC

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

Shades of Nepal #99AEBC

Tints of Nepal #99AEBC

Color information

#99AEBC (or 0x99AEBC) is unknown color: approx Nepal. HEX triplet: 99, AE and BC. RGB value is (153,174,188). Sum of RGB (Red+Green+Blue) = 153+174+188=515 (68% of max value = 765). Red value is 153 (60.16% from 255 or 29.71% from 515); Green value is 174 (68.36% from 255 or 33.79% from 515); Blue value is 188 (73.83% from 255 or 36.50% from 515); Max value from RGB is 188 - color contains mainly: blue. Hex color #99AEBC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #99AEBC is #665143. Grayscale: #A9A9A9. Windows color (decimal): -6705476 or 12365465. OLE color: 12365465.

HSL color Cylindrical-coordinate representation of color #99AEBC: hue angle of 204º degrees, saturation: 0.21, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #99AEBC is Cyan = 0.19, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB153174188-
CMYK0.190.0700.26
HSL204º20.71%66.86%-
HSV(B)204º18.62%73.73%-
XYZ37.3540.6853.46-
YUV169.32138.54116.36-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 29.71%
GREEN value IS 174 (68.36% from 255) = 33.79%
BLUE value IS 188 (73.83% from 255) = 36.50%
R=29.71%
G=33.79%
B=36.50%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1531741880.190.0700.2620420.7166.86
Hex99AEBC13701Acc1543
Octal23125627423703231425103
Binary1001100110101110101111001001111101101011001100101011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99AEBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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