Html Css Color HEX #96ABBF Nepal

📋 copy color: '#96ABBF'

red 150 ◦ green 171 ◦ blue 191

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

Shades of Nepal #96ABBF

Tints of Nepal #96ABBF

RGB

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

 GREEN value IS 171 (67.19% from 255) = 33.4%

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

R = 29.3%
G = 33.4%
B = 37.3%

CMYK

 C value IS 0.21

 M value IS 0.10

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#96ABBF (or 0x96ABBF) is known color: Nepal. HEX triplet: 96, AB and BF. RGB value is (150,171,191). Sum of RGB (Red+Green+Blue) = 150+171+191=512 (67% of max value = 765). Red value is 150 (58.98% from 255 or 29.30% from 512); Green value is 171 (67.19% from 255 or 33.40% from 512); Blue value is 191 (75% from 255 or 37.30% from 512); Max value from RGB is 191 - color contains mainly: blue. Hex color #96ABBF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #96ABBF is #695440. Grayscale: #A6A6A6. Windows color (decimal): -6902849 or 12561302. OLE color: 12561302.

HSL color Cylindrical-coordinate representation of color #96ABBF: hue angle of 209.27º 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 #96ABBF is Cyan = 0.21, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 150 171 191 -
CMYK 0.21 0.10 0 0.25
HSL 209.27º 0.24% 0.67% -
HSV(B) 209.27º 0.21% 0.75% -
XYZ 36.54 39.37 54.96 -
YUV 167 141.54 115.87 -
System Red Green Blue C M Y K H S L
Decimal 150 171 191 0.21 0.10 0 0.25 209.27 0.24 0.67
Hex 96 AB BF 15 A 0 19 D1 18 43
Octal 226 253 277 25 12 0 31 321 30 103
Binary 10010110 10101011 10111111 10101 1010 0 11001 11010001 11000 1000011

Color Harmonies of #96ABBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96ABBF

Black with #96ABBF

Text Example


Text Example

White with #96ABBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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