#94B0C2

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

Shades of Nepal #94B0C2

Tints of Nepal #94B0C2

Color information

#94B0C2 (or 0x94B0C2) is unknown color: approx Nepal. HEX triplet: 94, B0 and C2. RGB value is (148,176,194). Sum of RGB (Red+Green+Blue) = 148+176+194=518 (68% of max value = 765). Red value is 148 (58.20% from 255 or 28.57% from 518); Green value is 176 (69.14% from 255 or 33.98% from 518); Blue value is 194 (76.17% from 255 or 37.45% from 518); Max value from RGB is 194 - color contains mainly: blue. Hex color #94B0C2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #94B0C2 is #6B4F3D. Grayscale: #A9A9A9. Windows color (decimal): -7032638 or 12759188. OLE color: 12759188.

HSL color Cylindrical-coordinate representation of color #94B0C2: hue angle of 203.48º degrees, saturation: 0.27, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #94B0C2 is Cyan = 0.24, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB148176194-
CMYK0.240.0900.24
HSL203.48º27.38%67.06%-
HSV(B)203.48º23.71%76.08%-
XYZ37.4841.2457.02-
YUV169.68141.72112.54-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 28.57%
GREEN value IS 176 (69.14% from 255) = 33.98%
BLUE value IS 194 (76.17% from 255) = 37.45%
R=28.57%
G=33.98%
B=37.45%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1481761940.240.0900.24203.4827.3867.06
Hex94B0C2189018cb1b43
Octal224260302301103031333103
Binary10010100101100001100001011000100101100011001011110111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94B0C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,176,194); }

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

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

 a { background-color: rgb(148,176,194); }

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

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

 span { border-color: rgb(148,176,194); }

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