#99B0BE

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

Shades of Nepal #99B0BE

Tints of Nepal #99B0BE

Color information

#99B0BE (or 0x99B0BE) is unknown color: approx Nepal. HEX triplet: 99, B0 and BE. RGB value is (153,176,190). Sum of RGB (Red+Green+Blue) = 153+176+190=519 (68% of max value = 765). Red value is 153 (60.16% from 255 or 29.48% from 519); Green value is 176 (69.14% from 255 or 33.91% from 519); Blue value is 190 (74.61% from 255 or 36.61% from 519); Max value from RGB is 190 - color contains mainly: blue. Hex color #99B0BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #99B0BE is #664F41. Grayscale: #AAAAAA. Windows color (decimal): -6704962 or 12497049. OLE color: 12497049.

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

Color convert

RGB153176190-
CMYK0.190.0700.25
HSL202.7º22.16%67.25%-
HSV(B)202.7º19.47%74.51%-
XYZ37.9641.5454.73-
YUV170.72138.88115.36-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 29.48%
GREEN value IS 176 (69.14% from 255) = 33.91%
BLUE value IS 190 (74.61% from 255) = 36.61%
R=29.48%
G=33.91%
B=36.61%

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
Decimal1531761900.190.0700.25202.722.1667.25
Hex99B0BE137019cb1643
Octal23126027623703131326103
Binary1001100110110000101111101001111101100111001011101101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99B0BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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