#96B4C4

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

Shades of Nepal #96B4C4

Tints of Nepal #96B4C4

Color information

#96B4C4 (or 0x96B4C4) is unknown color: approx Nepal. HEX triplet: 96, B4 and C4. RGB value is (150,180,196). Sum of RGB (Red+Green+Blue) = 150+180+196=526 (69% of max value = 765). Red value is 150 (58.98% from 255 or 28.52% from 526); Green value is 180 (70.70% from 255 or 34.22% from 526); Blue value is 196 (76.95% from 255 or 37.26% from 526); Max value from RGB is 196 - color contains mainly: blue. Hex color #96B4C4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96B4C4 is #694B3B. Grayscale: #ACACAC. Windows color (decimal): -6900540 or 12891286. OLE color: 12891286.

HSL color Cylindrical-coordinate representation of color #96B4C4: hue angle of 200.87º degrees, saturation: 0.28, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #96B4C4 is Cyan = 0.23, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB150180196-
CMYK0.230.0800.23
HSL200.87º28.05%67.84%-
HSV(B)200.87º23.47%76.86%-
XYZ38.8643.1158.5-
YUV172.85141.06111.7-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 28.52%
GREEN value IS 180 (70.70% from 255) = 34.22%
BLUE value IS 196 (76.95% from 255) = 37.26%
R=28.52%
G=34.22%
B=37.26%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1501801960.230.0800.23200.8728.0567.84
Hex96B4C4178017c91c44
Octal226264304271002731134104
Binary10010110101101001100010010111100001011111001001111001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96B4C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,180,196); }

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

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

 a { background-color: rgb(150,180,196); }

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

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

 span { border-color: rgb(150,180,196); }

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