#99B0BC

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

Shades of Nepal #99B0BC

Tints of Nepal #99B0BC

Color information

#99B0BC (or 0x99B0BC) is unknown color: approx Nepal. HEX triplet: 99, B0 and BC. RGB value is (153,176,188). Sum of RGB (Red+Green+Blue) = 153+176+188=517 (68% of max value = 765). Red value is 153 (60.16% from 255 or 29.59% from 517); Green value is 176 (69.14% from 255 or 34.04% from 517); Blue value is 188 (73.83% from 255 or 36.36% from 517); Max value from RGB is 188 - color contains mainly: blue. Hex color #99B0BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #99B0BC is #664F43. Grayscale: #AAAAAA. Windows color (decimal): -6704964 or 12365977. OLE color: 12365977.

HSL color Cylindrical-coordinate representation of color #99B0BC: hue angle of 200.57º degrees, saturation: 0.21, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #99B0BC is Cyan = 0.19, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB153176188-
CMYK0.190.0600.26
HSL200.57º20.71%66.86%-
HSV(B)200.57º18.62%73.73%-
XYZ37.7441.4553.59-
YUV170.49137.88115.52-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 29.59%
GREEN value IS 176 (69.14% from 255) = 34.04%
BLUE value IS 188 (73.83% from 255) = 36.36%
R=29.59%
G=34.04%
B=36.36%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1531761880.190.0600.26200.5720.7166.86
Hex99B0BC13601Ac91543
Octal23126027423603231125103
Binary1001100110110000101111001001111001101011001001101011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99B0BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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