Html Css Color HEX #96A5AF Nepal

📋 copy color: '#96A5AF'

red 150 ◦ green 165 ◦ blue 175

#96A5AF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Nepal #96A5AF

Tints of Nepal #96A5AF

RGB

 RED value IS 150 (58.98% from 255) = 30.61%

 GREEN value IS 165 (64.84% from 255) = 33.67%

 BLUE value IS 175 (68.75% from 255) = 35.71%

R = 30.61%
G = 33.67%
B = 35.71%

CMYK

 C value IS 0.14

 M value IS 0.06

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#96A5AF (or 0x96A5AF) is known color: Nepal. HEX triplet: 96, A5 and AF. RGB value is (150,165,175). Sum of RGB (Red+Green+Blue) = 150+165+175=490 (64% of max value = 765). Red value is 150 (58.98% from 255 or 30.61% from 490); Green value is 165 (64.84% from 255 or 33.67% from 490); Blue value is 175 (68.75% from 255 or 35.71% from 490); Max value from RGB is 175 - color contains mainly: blue. Hex color #96A5AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #96A5AF is #695A50. Grayscale: #A1A1A1. Windows color (decimal): -6904401 or 11511190. OLE color: 11511190.

HSL color Cylindrical-coordinate representation of color #96A5AF: hue angle of 204º degrees, saturation: 0.14, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #96A5AF is Cyan = 0.14, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 150 165 175 -
CMYK 0.14 0.06 0 0.31
HSL 204º 0.14% 0.64% -
HSV(B) 204º 0.14% 0.69% -
XYZ 33.77 36.49 45.82 -
YUV 161.66 135.53 119.69 -
System Red Green Blue C M Y K H S L
Decimal 150 165 175 0.14 0.06 0 0.31 204 0.14 0.64
Hex 96 A5 AF E 6 0 1F CC E 40
Octal 226 245 257 16 6 0 37 314 16 100
Binary 10010110 10100101 10101111 1110 110 0 11111 11001100 1110 1000000

Color Harmonies of #96A5AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96A5AF

Black with #96A5AF

Text Example


Text Example

White with #96A5AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,165,175); }

 H1.HeaderClassName
 {
   color: #96A5AF;
 }
 .AnyTagClassName
 {
   color: #96A5AF;
 }
</style>

background-color css

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

 a { background-color: rgb(150,165,175); }

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

border-color css

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

 span { border-color: rgb(150,165,175); }

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