#96ABBB

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

Shades of Nepal #96ABBB

Tints of Nepal #96ABBB

Color information

#96ABBB (or 0x96ABBB) is unknown color: approx Nepal. HEX triplet: 96, AB and BB. RGB value is (150,171,187). Sum of RGB (Red+Green+Blue) = 150+171+187=508 (67% of max value = 765). Red value is 150 (58.98% from 255 or 29.53% from 508); Green value is 171 (67.19% from 255 or 33.66% from 508); Blue value is 187 (73.44% from 255 or 36.81% from 508); Max value from RGB is 187 - color contains mainly: blue. Hex color #96ABBB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #96ABBB is #695444. Grayscale: #A6A6A6. Windows color (decimal): -6902853 or 12299158. OLE color: 12299158.

HSL color Cylindrical-coordinate representation of color #96ABBB: hue angle of 205.95º degrees, saturation: 0.21, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #96ABBB is Cyan = 0.20, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB150171187-
CMYK0.200.0900.27
HSL205.95º21.39%66.08%-
HSV(B)205.95º19.79%73.33%-
XYZ36.1139.252.68-
YUV166.54139.54116.2-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 29.53%
GREEN value IS 171 (67.19% from 255) = 33.66%
BLUE value IS 187 (73.44% from 255) = 36.81%
R=29.53%
G=33.66%
B=36.81%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1501711870.200.0900.27205.9521.3966.08
Hex96ABBB14901Bce1542
Octal226253273241103331625102
Binary10010110101010111011101110100100101101111001110101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96ABBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,171,187); }

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

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

 a { background-color: rgb(150,171,187); }

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

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

 span { border-color: rgb(150,171,187); }

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