#99B2BF

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

Shades of Nepal #99B2BF

Tints of Nepal #99B2BF

Color information

#99B2BF (or 0x99B2BF) is unknown color: approx Nepal. HEX triplet: 99, B2 and BF. RGB value is (153,178,191). Sum of RGB (Red+Green+Blue) = 153+178+191=522 (69% of max value = 765). Red value is 153 (60.16% from 255 or 29.31% from 522); Green value is 178 (69.92% from 255 or 34.10% from 522); Blue value is 191 (75% from 255 or 36.59% from 522); Max value from RGB is 191 - color contains mainly: blue. Hex color #99B2BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #99B2BF is #664D40. Grayscale: #ABABAB. Windows color (decimal): -6704449 or 12563097. OLE color: 12563097.

HSL color Cylindrical-coordinate representation of color #99B2BF: hue angle of 200.53º degrees, saturation: 0.23, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #99B2BF is Cyan = 0.20, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB153178191-
CMYK0.200.0700.25
HSL200.53º22.89%67.45%-
HSV(B)200.53º19.9%74.9%-
XYZ38.4642.3755.44-
YUV172.01138.72114.44-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 29.31%
GREEN value IS 178 (69.92% from 255) = 34.10%
BLUE value IS 191 (75% from 255) = 36.59%
R=29.31%
G=34.10%
B=36.59%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1531781910.200.0700.25200.5322.8967.45
Hex99B2BF147019c91743
Octal23126227724703131127103
Binary1001100110110010101111111010011101100111001001101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99B2BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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