#99B1BE

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

Shades of Nepal #99B1BE

Tints of Nepal #99B1BE

Color information

#99B1BE (or 0x99B1BE) is unknown color: approx Nepal. HEX triplet: 99, B1 and BE. RGB value is (153,177,190). Sum of RGB (Red+Green+Blue) = 153+177+190=520 (68% of max value = 765). Red value is 153 (60.16% from 255 or 29.42% from 520); Green value is 177 (69.53% from 255 or 34.04% from 520); Blue value is 190 (74.61% from 255 or 36.54% from 520); Max value from RGB is 190 - color contains mainly: blue. Hex color #99B1BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #99B1BE is #664E41. Grayscale: #ABABAB. Windows color (decimal): -6704706 or 12497305. OLE color: 12497305.

HSL color Cylindrical-coordinate representation of color #99B1BE: hue angle of 201.08º 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 #99B1BE is Cyan = 0.19, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB153177190-
CMYK0.190.0700.25
HSL201.08º22.16%67.25%-
HSV(B)201.08º19.47%74.51%-
XYZ38.1541.9354.8-
YUV171.31138.55114.94-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 29.42%
GREEN value IS 177 (69.53% from 255) = 34.04%
BLUE value IS 190 (74.61% from 255) = 36.54%
R=29.42%
G=34.04%
B=36.54%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1531771900.190.0700.25201.0822.1667.25
Hex99B1BE137019c91643
Octal23126127623703131126103
Binary1001100110110001101111101001111101100111001001101101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99B1BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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