#96B0BF

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

Shades of Nepal #96B0BF

Tints of Nepal #96B0BF

Color information

#96B0BF (or 0x96B0BF) is unknown color: approx Nepal. HEX triplet: 96, B0 and BF. RGB value is (150,176,191). Sum of RGB (Red+Green+Blue) = 150+176+191=517 (68% of max value = 765). Red value is 150 (58.98% from 255 or 29.01% from 517); Green value is 176 (69.14% from 255 or 34.04% from 517); Blue value is 191 (75% from 255 or 36.94% from 517); Max value from RGB is 191 - color contains mainly: blue. Hex color #96B0BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #96B0BF is #694F40. Grayscale: #A9A9A9. Windows color (decimal): -6901569 or 12562582. OLE color: 12562582.

HSL color Cylindrical-coordinate representation of color #96B0BF: hue angle of 201.95º degrees, saturation: 0.24, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #96B0BF is Cyan = 0.21, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB150176191-
CMYK0.210.0800.25
HSL201.95º24.26%66.86%-
HSV(B)201.95º21.47%74.9%-
XYZ37.5141.355.28-
YUV169.94139.89113.78-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 29.01%
GREEN value IS 176 (69.14% from 255) = 34.04%
BLUE value IS 191 (75% from 255) = 36.94%
R=29.01%
G=34.04%
B=36.94%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1501761910.210.0800.25201.9524.2666.86
Hex96B0BF158019ca1843
Octal226260277251003131230103
Binary10010110101100001011111110101100001100111001010110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96B0BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,176,191); }

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

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

 a { background-color: rgb(150,176,191); }

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

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

 span { border-color: rgb(150,176,191); }

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