#96BAC8

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

Shades of Nepal #96BAC8

Tints of Nepal #96BAC8

Color information

#96BAC8 (or 0x96BAC8) is unknown color: approx Nepal. HEX triplet: 96, BA and C8. RGB value is (150,186,200). Sum of RGB (Red+Green+Blue) = 150+186+200=536 (70% of max value = 765). Red value is 150 (58.98% from 255 or 27.99% from 536); Green value is 186 (73.05% from 255 or 34.70% from 536); Blue value is 200 (78.52% from 255 or 37.31% from 536); Max value from RGB is 200 - color contains mainly: blue. Hex color #96BAC8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96BAC8 is #694537. Grayscale: #B0B0B0. Windows color (decimal): -6899000 or 13154966. OLE color: 13154966.

HSL color Cylindrical-coordinate representation of color #96BAC8: hue angle of 196.8º degrees, saturation: 0.31, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #96BAC8 is Cyan = 0.25, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB150186200-
CMYK0.250.0700.22
HSL196.8º31.25%68.63%-
HSV(B)196.8º25%78.43%-
XYZ40.5645.7761.34-
YUV176.83141.07108.86-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 27.99%
GREEN value IS 186 (73.05% from 255) = 34.70%
BLUE value IS 200 (78.52% from 255) = 37.31%
R=27.99%
G=34.70%
B=37.31%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1501862000.250.0700.22196.831.2568.63
Hex96BAC8197016c51f45
Octal22627231031702630537105
Binary1001011010111010110010001100111101011011000101111111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96BAC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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