Html Css Color HEX #96AABF Nepal

📋 copy color: '#96AABF'

red 150 ◦ green 170 ◦ blue 191

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

Shades of Nepal #96AABF

Tints of Nepal #96AABF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 37.38%

R = 29.35%
G = 33.27%
B = 37.38%

CMYK

 C value IS 0.21

 M value IS 0.11

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#96AABF (or 0x96AABF) is known color: Nepal. HEX triplet: 96, AA and BF. RGB value is (150,170,191). Sum of RGB (Red+Green+Blue) = 150+170+191=511 (67% of max value = 765). Red value is 150 (58.98% from 255 or 29.35% from 511); Green value is 170 (66.80% from 255 or 33.27% from 511); Blue value is 191 (75% from 255 or 37.38% from 511); Max value from RGB is 191 - color contains mainly: blue. Hex color #96AABF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #96AABF is #695540. Grayscale: #A6A6A6. Windows color (decimal): -6903105 or 12561046. OLE color: 12561046.

HSL color Cylindrical-coordinate representation of color #96AABF: hue angle of 210.73º degrees, saturation: 0.24, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #96AABF is Cyan = 0.21, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 150 170 191 -
CMYK 0.21 0.11 0 0.25
HSL 210.73º 0.24% 0.67% -
HSV(B) 210.73º 0.21% 0.75% -
XYZ 36.36 39 54.9 -
YUV 166.41 141.87 116.29 -
System Red Green Blue C M Y K H S L
Decimal 150 170 191 0.21 0.11 0 0.25 210.73 0.24 0.67
Hex 96 AA BF 15 B 0 19 D3 18 43
Octal 226 252 277 25 13 0 31 323 30 103
Binary 10010110 10101010 10111111 10101 1011 0 11001 11010011 11000 1000011

Color Harmonies of #96AABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96AABF

Black with #96AABF

Text Example


Text Example

White with #96AABF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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