#94B2BF

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

Shades of Nepal #94B2BF

Tints of Nepal #94B2BF

Color information

#94B2BF (or 0x94B2BF) is unknown color: approx Nepal. HEX triplet: 94, B2 and BF. RGB value is (148,178,191). Sum of RGB (Red+Green+Blue) = 148+178+191=517 (68% of max value = 765). Red value is 148 (58.20% from 255 or 28.63% from 517); Green value is 178 (69.92% from 255 or 34.43% from 517); Blue value is 191 (75% from 255 or 36.94% from 517); Max value from RGB is 191 - color contains mainly: blue. Hex color #94B2BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #94B2BF is #6B4D40. Grayscale: #AAAAAA. Windows color (decimal): -7032129 or 12563092. OLE color: 12563092.

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

Color convert

RGB148178191-
CMYK0.230.0700.25
HSL198.14º25.15%66.47%-
HSV(B)198.14º22.51%74.9%-
XYZ37.5441.955.4-
YUV170.51139.56111.94-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 28.63%
GREEN value IS 178 (69.92% from 255) = 34.43%
BLUE value IS 191 (75% from 255) = 36.94%
R=28.63%
G=34.43%
B=36.94%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1481781910.230.0700.25198.1425.1566.47
Hex94B2BF177019c61942
Octal22426227727703130631102
Binary1001010010110010101111111011111101100111000110110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94B2BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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