#99ABBB

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

Shades of Nepal #99ABBB

Tints of Nepal #99ABBB

Color information

#99ABBB (or 0x99ABBB) is unknown color: approx Nepal. HEX triplet: 99, AB and BB. RGB value is (153,171,187). Sum of RGB (Red+Green+Blue) = 153+171+187=511 (67% of max value = 765). Red value is 153 (60.16% from 255 or 29.94% from 511); Green value is 171 (67.19% from 255 or 33.46% from 511); Blue value is 187 (73.44% from 255 or 36.59% from 511); Max value from RGB is 187 - color contains mainly: blue. Hex color #99ABBB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #99ABBB is #665444. Grayscale: #A7A7A7. Windows color (decimal): -6706245 or 12299161. OLE color: 12299161.

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

Color convert

RGB153171187-
CMYK0.180.0900.27
HSL208.24º20%66.67%-
HSV(B)208.24º18.18%73.33%-
XYZ36.6739.4952.7-
YUV167.44139.04117.7-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 29.94%
GREEN value IS 171 (67.19% from 255) = 33.46%
BLUE value IS 187 (73.44% from 255) = 36.59%
R=29.94%
G=33.46%
B=36.59%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1531711870.180.0900.27208.242066.67
Hex99ABBB12901Bd01443
Octal231253273221103332024103
Binary10011001101010111011101110010100101101111010000101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99ABBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,171,187); }

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

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

 a { background-color: rgb(153,171,187); }

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

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

 span { border-color: rgb(153,171,187); }

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