#94ABBC

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

Shades of Nepal #94ABBC

Tints of Nepal #94ABBC

Color information

#94ABBC (or 0x94ABBC) is unknown color: approx Nepal. HEX triplet: 94, AB and BC. RGB value is (148,171,188). Sum of RGB (Red+Green+Blue) = 148+171+188=507 (67% of max value = 765). Red value is 148 (58.20% from 255 or 29.19% from 507); Green value is 171 (67.19% from 255 or 33.73% from 507); Blue value is 188 (73.83% from 255 or 37.08% from 507); Max value from RGB is 188 - color contains mainly: blue. Hex color #94ABBC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #94ABBC is #6B5443. Grayscale: #A5A5A5. Windows color (decimal): -7033924 or 12364692. OLE color: 12364692.

HSL color Cylindrical-coordinate representation of color #94ABBC: hue angle of 205.5º degrees, saturation: 0.23, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #94ABBC is Cyan = 0.21, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB148171188-
CMYK0.210.0900.26
HSL205.5º22.99%65.88%-
HSV(B)205.5º21.28%73.73%-
XYZ35.8539.0553.23-
YUV166.06140.38115.12-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 29.19%
GREEN value IS 171 (67.19% from 255) = 33.73%
BLUE value IS 188 (73.83% from 255) = 37.08%
R=29.19%
G=33.73%
B=37.08%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1481711880.210.0900.26205.522.9965.88
Hex94ABBC15901Ace1742
Octal224253274251103231627102
Binary10010100101010111011110010101100101101011001110101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94ABBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,171,188); }

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

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

 a { background-color: rgb(148,171,188); }

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

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

 span { border-color: rgb(148,171,188); }

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