#96A9BD

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

Shades of Nepal #96A9BD

Tints of Nepal #96A9BD

Color information

#96A9BD (or 0x96A9BD) is unknown color: approx Nepal. HEX triplet: 96, A9 and BD. RGB value is (150,169,189). Sum of RGB (Red+Green+Blue) = 150+169+189=508 (67% of max value = 765). Red value is 150 (58.98% from 255 or 29.53% from 508); Green value is 169 (66.41% from 255 or 33.27% from 508); Blue value is 189 (74.22% from 255 or 37.20% from 508); Max value from RGB is 189 - color contains mainly: blue. Hex color #96A9BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #96A9BD is #695642. Grayscale: #A5A5A5. Windows color (decimal): -6903363 or 12429718. OLE color: 12429718.

HSL color Cylindrical-coordinate representation of color #96A9BD: hue angle of 210.77º degrees, saturation: 0.23, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #96A9BD is Cyan = 0.21, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB150169189-
CMYK0.210.1100.26
HSL210.77º22.81%66.47%-
HSV(B)210.77º20.63%74.12%-
XYZ35.9538.5353.69-
YUV165.6141.21116.87-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 29.53%
GREEN value IS 169 (66.41% from 255) = 33.27%
BLUE value IS 189 (74.22% from 255) = 37.20%
R=29.53%
G=33.27%
B=37.20%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1501691890.210.1100.26210.7722.8166.47
Hex96A9BD15B01Ad31742
Octal226251275251303232327102
Binary10010110101010011011110110101101101101011010011101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96A9BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,169,189); }

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

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

 a { background-color: rgb(150,169,189); }

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

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

 span { border-color: rgb(150,169,189); }

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