#94BACA

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

Shades of Nepal #94BACA

Tints of Nepal #94BACA

Color information

#94BACA (or 0x94BACA) is unknown color: approx Nepal. HEX triplet: 94, BA and CA. RGB value is (148,186,202). Sum of RGB (Red+Green+Blue) = 148+186+202=536 (70% of max value = 765). Red value is 148 (58.20% from 255 or 27.61% from 536); Green value is 186 (73.05% from 255 or 34.70% from 536); Blue value is 202 (79.30% from 255 or 37.69% from 536); Max value from RGB is 202 - color contains mainly: blue. Hex color #94BACA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #94BACA is #6B4535. Grayscale: #B0B0B0. Windows color (decimal): -7030070 or 13286036. OLE color: 13286036.

HSL color Cylindrical-coordinate representation of color #94BACA: hue angle of 197.78º degrees, saturation: 0.34, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #94BACA is Cyan = 0.27, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB148186202-
CMYK0.270.0800.21
HSL197.78º33.75%68.63%-
HSV(B)197.78º26.73%79.22%-
XYZ40.4345.6862.56-
YUV176.46142.41107.7-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 27.61%
GREEN value IS 186 (73.05% from 255) = 34.70%
BLUE value IS 202 (79.30% from 255) = 37.69%
R=27.61%
G=34.70%
B=37.69%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1481862020.270.0800.21197.7833.7568.63
Hex94BACA1B8015c62245
Octal224272312331002530642105
Binary100101001011101011001010110111000010101110001101000101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94BACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,186,202); }

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

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

 a { background-color: rgb(148,186,202); }

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

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

 span { border-color: rgb(148,186,202); }

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