#94B1C2

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

Shades of Nepal #94B1C2

Tints of Nepal #94B1C2

Color information

#94B1C2 (or 0x94B1C2) is unknown color: approx Nepal. HEX triplet: 94, B1 and C2. RGB value is (148,177,194). Sum of RGB (Red+Green+Blue) = 148+177+194=519 (68% of max value = 765). Red value is 148 (58.20% from 255 or 28.52% from 519); Green value is 177 (69.53% from 255 or 34.10% from 519); Blue value is 194 (76.17% from 255 or 37.38% from 519); Max value from RGB is 194 - color contains mainly: blue. Hex color #94B1C2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #94B1C2 is #6B4E3D. Grayscale: #AAAAAA. Windows color (decimal): -7032382 or 12759444. OLE color: 12759444.

HSL color Cylindrical-coordinate representation of color #94B1C2: hue angle of 202.17º 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 #94B1C2 is Cyan = 0.24, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB148177194-
CMYK0.240.0900.24
HSL202.17º27.38%67.06%-
HSV(B)202.17º23.71%76.08%-
XYZ37.6741.6457.09-
YUV170.27141.39112.12-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 28.52%
GREEN value IS 177 (69.53% from 255) = 34.10%
BLUE value IS 194 (76.17% from 255) = 37.38%
R=28.52%
G=34.10%
B=37.38%

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
Decimal1481771940.240.0900.24202.1727.3867.06
Hex94B1C2189018ca1b43
Octal224261302301103031233103
Binary10010100101100011100001011000100101100011001010110111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94B1C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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