#96BACE

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

Shades of Nepal #96BACE

Tints of Nepal #96BACE

Color information

#96BACE (or 0x96BACE) is unknown color: approx Nepal. HEX triplet: 96, BA and CE. RGB value is (150,186,206). Sum of RGB (Red+Green+Blue) = 150+186+206=542 (71% of max value = 765). Red value is 150 (58.98% from 255 or 27.68% from 542); Green value is 186 (73.05% from 255 or 34.32% from 542); Blue value is 206 (80.86% from 255 or 38.01% from 542); Max value from RGB is 206 - color contains mainly: blue. Hex color #96BACE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96BACE is #694531. Grayscale: #B1B1B1. Windows color (decimal): -6898994 or 13548182. OLE color: 13548182.

HSL color Cylindrical-coordinate representation of color #96BACE: hue angle of 201.43º degrees, saturation: 0.36, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #96BACE is Cyan = 0.27, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB150186206-
CMYK0.270.1000.19
HSL201.43º36.36%69.8%-
HSV(B)201.43º27.18%80.78%-
XYZ41.2846.0665.11-
YUV177.52144.07108.37-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 27.68%
GREEN value IS 186 (73.05% from 255) = 34.32%
BLUE value IS 206 (80.86% from 255) = 38.01%
R=27.68%
G=34.32%
B=38.01%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1501862060.270.1000.19201.4336.3669.8
Hex96BACE1BA013c92446
Octal226272316331202331144106
Binary100101101011101011001110110111010010011110010011001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96BACE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,186,206); }

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

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

 a { background-color: rgb(150,186,206); }

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

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

 span { border-color: rgb(150,186,206); }

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