#99B2BD

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

Shades of Nepal #99B2BD

Tints of Nepal #99B2BD

Color information

#99B2BD (or 0x99B2BD) is unknown color: approx Nepal. HEX triplet: 99, B2 and BD. RGB value is (153,178,189). Sum of RGB (Red+Green+Blue) = 153+178+189=520 (68% of max value = 765). Red value is 153 (60.16% from 255 or 29.42% from 520); Green value is 178 (69.92% from 255 or 34.23% from 520); Blue value is 189 (74.22% from 255 or 36.35% from 520); Max value from RGB is 189 - color contains mainly: blue. Hex color #99B2BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #99B2BD is #664D42. Grayscale: #ABABAB. Windows color (decimal): -6704451 or 12432025. OLE color: 12432025.

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

Color convert

RGB153178189-
CMYK0.190.0600.26
HSL198.33º21.43%67.06%-
HSV(B)198.33º19.05%74.12%-
XYZ38.2442.2954.29-
YUV171.78137.72114.61-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 29.42%
GREEN value IS 178 (69.92% from 255) = 34.23%
BLUE value IS 189 (74.22% from 255) = 36.35%
R=29.42%
G=34.23%
B=36.35%

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
Decimal1531781890.190.0600.26198.3321.4367.06
Hex99B2BD13601Ac61543
Octal23126227523603230625103
Binary1001100110110010101111011001111001101011000110101011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99B2BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,178,189); }

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

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

 a { background-color: rgb(153,178,189); }

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

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

 span { border-color: rgb(153,178,189); }

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