#96B3C4

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

Shades of Nepal #96B3C4

Tints of Nepal #96B3C4

Color information

#96B3C4 (or 0x96B3C4) is unknown color: approx Nepal. HEX triplet: 96, B3 and C4. RGB value is (150,179,196). Sum of RGB (Red+Green+Blue) = 150+179+196=525 (69% of max value = 765). Red value is 150 (58.98% from 255 or 28.57% from 525); Green value is 179 (70.31% from 255 or 34.10% from 525); Blue value is 196 (76.95% from 255 or 37.33% from 525); Max value from RGB is 196 - color contains mainly: blue. Hex color #96B3C4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96B3C4 is #694C3B. Grayscale: #ACACAC. Windows color (decimal): -6900796 or 12891030. OLE color: 12891030.

HSL color Cylindrical-coordinate representation of color #96B3C4: hue angle of 202.17º 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 #96B3C4 is Cyan = 0.23, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB150179196-
CMYK0.230.0900.23
HSL202.17º28.05%67.84%-
HSV(B)202.17º23.47%76.86%-
XYZ38.6642.7158.43-
YUV172.27141.39112.12-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 28.57%
GREEN value IS 179 (70.31% from 255) = 34.10%
BLUE value IS 196 (76.95% from 255) = 37.33%
R=28.57%
G=34.10%
B=37.33%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1501791960.230.0900.23202.1728.0567.84
Hex96B3C4179017ca1c44
Octal226263304271102731234104
Binary10010110101100111100010010111100101011111001010111001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96B3C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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