Html Css Color HEX #96AAB7 Nepal

📋 copy color: '#96AAB7'

red 150 ◦ green 170 ◦ blue 183

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

Shades of Nepal #96AAB7

Tints of Nepal #96AAB7

RGB

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

 GREEN value IS 170 (66.8% from 255) = 33.8%

 BLUE value IS 183 (71.88% from 255) = 36.38%

R = 29.82%
G = 33.8%
B = 36.38%

CMYK

 C value IS 0.18

 M value IS 0.07

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#96AAB7 (or 0x96AAB7) is known color: Nepal. HEX triplet: 96, AA and B7. RGB value is (150,170,183). Sum of RGB (Red+Green+Blue) = 150+170+183=503 (66% of max value = 765). Red value is 150 (58.98% from 255 or 29.82% from 503); Green value is 170 (66.80% from 255 or 33.80% from 503); Blue value is 183 (71.88% from 255 or 36.38% from 503); Max value from RGB is 183 - color contains mainly: blue. Hex color #96AAB7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #96AAB7 is #695548. Grayscale: #A5A5A5. Windows color (decimal): -6903113 or 12036758. OLE color: 12036758.

HSL color Cylindrical-coordinate representation of color #96AAB7: hue angle of 203.64º degrees, saturation: 0.19, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #96AAB7 is Cyan = 0.18, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 150 170 183 -
CMYK 0.18 0.07 0 0.28
HSL 203.64º 0.19% 0.65% -
HSV(B) 203.64º 0.18% 0.72% -
XYZ 35.5 38.65 50.39 -
YUV 165.5 137.87 116.94 -
System Red Green Blue C M Y K H S L
Decimal 150 170 183 0.18 0.07 0 0.28 203.64 0.19 0.65
Hex 96 AA B7 12 7 0 1C CC 13 41
Octal 226 252 267 22 7 0 34 314 23 101
Binary 10010110 10101010 10110111 10010 111 0 11100 11001100 10011 1000001

Color Harmonies of #96AAB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96AAB7

Black with #96AAB7

Text Example


Text Example

White with #96AAB7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,170,183); }

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

background-color css

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

 a { background-color: rgb(150,170,183); }

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

border-color css

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

 span { border-color: rgb(150,170,183); }

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