#99ABBE

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

Shades of Nepal #99ABBE

Tints of Nepal #99ABBE

Color information

#99ABBE (or 0x99ABBE) is unknown color: approx Nepal. HEX triplet: 99, AB and BE. RGB value is (153,171,190). Sum of RGB (Red+Green+Blue) = 153+171+190=514 (68% of max value = 765). Red value is 153 (60.16% from 255 or 29.77% from 514); Green value is 171 (67.19% from 255 or 33.27% from 514); Blue value is 190 (74.61% from 255 or 36.96% from 514); Max value from RGB is 190 - color contains mainly: blue. Hex color #99ABBE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #99ABBE is #665441. Grayscale: #A7A7A7. Windows color (decimal): -6706242 or 12495769. OLE color: 12495769.

HSL color Cylindrical-coordinate representation of color #99ABBE: hue angle of 210.81º degrees, saturation: 0.22, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #99ABBE is Cyan = 0.19, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB153171190-
CMYK0.190.1000.25
HSL210.81º22.16%67.25%-
HSV(B)210.81º19.47%74.51%-
XYZ36.9939.6254.41-
YUV167.78140.54117.46-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 29.77%
GREEN value IS 171 (67.19% from 255) = 33.27%
BLUE value IS 190 (74.61% from 255) = 36.96%
R=29.77%
G=33.27%
B=36.96%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1531711900.190.1000.25210.8122.1667.25
Hex99ABBE13A019d31643
Octal231253276231203132326103
Binary10011001101010111011111010011101001100111010011101101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99ABBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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