#96ABC2

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

Shades of Nepal #96ABC2

Tints of Nepal #96ABC2

Color information

#96ABC2 (or 0x96ABC2) is unknown color: approx Nepal. HEX triplet: 96, AB and C2. RGB value is (150,171,194). Sum of RGB (Red+Green+Blue) = 150+171+194=515 (68% of max value = 765). Red value is 150 (58.98% from 255 or 29.13% from 515); Green value is 171 (67.19% from 255 or 33.20% from 515); Blue value is 194 (76.17% from 255 or 37.67% from 515); Max value from RGB is 194 - color contains mainly: blue. Hex color #96ABC2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #96ABC2 is #69543D. Grayscale: #A7A7A7. Windows color (decimal): -6902846 or 12757910. OLE color: 12757910.

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

Color convert

RGB150171194-
CMYK0.230.1200.24
HSL211.36º26.51%67.45%-
HSV(B)211.36º22.68%76.08%-
XYZ36.8839.556.72-
YUV167.34143.04115.63-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 29.13%
GREEN value IS 171 (67.19% from 255) = 33.20%
BLUE value IS 194 (76.17% from 255) = 37.67%
R=29.13%
G=33.20%
B=37.67%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1501711940.230.1200.24211.3626.5167.45
Hex96ABC217C018d31b43
Octal226253302271403032333103
Binary10010110101010111100001010111110001100011010011110111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96ABC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96ABC2; }

 p { color: rgb(150,171,194); }

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

<style>
 a { background-color: #96ABC2; }

 a { background-color: rgb(150,171,194); }

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

<style>
 span { border-color: #96ABC2; }

 span { border-color: rgb(150,171,194); }

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