Html Css Color HEX #96AABA Nepal

📋 copy color: '#96AABA'

red 150 ◦ green 170 ◦ blue 186

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

Shades of Nepal #96AABA

Tints of Nepal #96AABA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 36.76%

R = 29.64%
G = 33.6%
B = 36.76%

CMYK

 C value IS 0.19

 M value IS 0.09

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#96AABA (or 0x96AABA) is known color: Nepal. HEX triplet: 96, AA and BA. RGB value is (150,170,186). Sum of RGB (Red+Green+Blue) = 150+170+186=506 (67% of max value = 765). Red value is 150 (58.98% from 255 or 29.64% from 506); Green value is 170 (66.80% from 255 or 33.60% from 506); Blue value is 186 (73.05% from 255 or 36.76% from 506); Max value from RGB is 186 - color contains mainly: blue. Hex color #96AABA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #96AABA is #695545. Grayscale: #A5A5A5. Windows color (decimal): -6903110 or 12233366. OLE color: 12233366.

HSL color Cylindrical-coordinate representation of color #96AABA: hue angle of 206.67º degrees, saturation: 0.21, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #96AABA is Cyan = 0.19, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 150 170 186 -
CMYK 0.19 0.09 0 0.27
HSL 206.67º 0.21% 0.66% -
HSV(B) 206.67º 0.19% 0.73% -
XYZ 35.82 38.78 52.05 -
YUV 165.84 139.37 116.7 -
System Red Green Blue C M Y K H S L
Decimal 150 170 186 0.19 0.09 0 0.27 206.67 0.21 0.66
Hex 96 AA BA 13 9 0 1B CF 15 42
Octal 226 252 272 23 11 0 33 317 25 102
Binary 10010110 10101010 10111010 10011 1001 0 11011 11001111 10101 1000010

Color Harmonies of #96AABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96AABA

Black with #96AABA

Text Example


Text Example

White with #96AABA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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