Html Css Color HEX #96AAB6 Nepal

📋 copy color: '#96AAB6'

red 150 ◦ green 170 ◦ blue 182

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

Shades of Nepal #96AAB6

Tints of Nepal #96AAB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 36.25%

R = 29.88%
G = 33.86%
B = 36.25%

CMYK

 C value IS 0.18

 M value IS 0.07

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#96AAB6 (or 0x96AAB6) is known color: Nepal. HEX triplet: 96, AA and B6. RGB value is (150,170,182). Sum of RGB (Red+Green+Blue) = 150+170+182=502 (66% of max value = 765). Red value is 150 (58.98% from 255 or 29.88% from 502); Green value is 170 (66.80% from 255 or 33.86% from 502); Blue value is 182 (71.48% from 255 or 36.25% from 502); Max value from RGB is 182 - color contains mainly: blue. Hex color #96AAB6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #96AAB6 is #695549. Grayscale: #A5A5A5. Windows color (decimal): -6903114 or 11971222. OLE color: 11971222.

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

Color convert

RGB 150 170 182 -
CMYK 0.18 0.07 0 0.29
HSL 202.5º 0.18% 0.65% -
HSV(B) 202.5º 0.18% 0.71% -
XYZ 35.4 38.61 49.84 -
YUV 165.39 137.37 117.02 -
System Red Green Blue C M Y K H S L
Decimal 150 170 182 0.18 0.07 0 0.29 202.5 0.18 0.65
Hex 96 AA B6 12 7 0 1D CA 12 41
Octal 226 252 266 22 7 0 35 312 22 101
Binary 10010110 10101010 10110110 10010 111 0 11101 11001010 10010 1000001

Color Harmonies of #96AAB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96AAB6

Black with #96AAB6

Text Example


Text Example

White with #96AAB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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