#99B0BA

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

Shades of Nepal #99B0BA

Tints of Nepal #99B0BA

Color information

#99B0BA (or 0x99B0BA) is unknown color: approx Nepal. HEX triplet: 99, B0 and BA. RGB value is (153,176,186). Sum of RGB (Red+Green+Blue) = 153+176+186=515 (68% of max value = 765). Red value is 153 (60.16% from 255 or 29.71% from 515); Green value is 176 (69.14% from 255 or 34.17% from 515); Blue value is 186 (73.05% from 255 or 36.12% from 515); Max value from RGB is 186 - color contains mainly: blue. Hex color #99B0BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #99B0BA is #664F45. Grayscale: #AAAAAA. Windows color (decimal): -6704966 or 12234905. OLE color: 12234905.

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

Color convert

RGB153176186-
CMYK0.180.0500.27
HSL198.18º19.3%66.47%-
HSV(B)198.18º17.74%72.94%-
XYZ37.5341.3752.46-
YUV170.26136.88115.69-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 29.71%
GREEN value IS 176 (69.14% from 255) = 34.17%
BLUE value IS 186 (73.05% from 255) = 36.12%
R=29.71%
G=34.17%
B=36.12%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1531761860.180.0500.27198.1819.366.47
Hex99B0BA12501Bc61342
Octal23126027222503330623102
Binary1001100110110000101110101001010101101111000110100111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99B0BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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