Html Css Color HEX #96ABC0 Nepal

📋 copy color: '#96ABC0'

red 150 ◦ green 171 ◦ blue 192

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

Shades of Nepal #96ABC0

Tints of Nepal #96ABC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 37.43%

R = 29.24%
G = 33.33%
B = 37.43%

CMYK

 C value IS 0.22

 M value IS 0.11

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#96ABC0 (or 0x96ABC0) is known color: Nepal. HEX triplet: 96, AB and C0. RGB value is (150,171,192). Sum of RGB (Red+Green+Blue) = 150+171+192=513 (67% of max value = 765). Red value is 150 (58.98% from 255 or 29.24% from 513); Green value is 171 (67.19% from 255 or 33.33% from 513); Blue value is 192 (75.39% from 255 or 37.43% from 513); Max value from RGB is 192 - color contains mainly: blue. Hex color #96ABC0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #96ABC0 is #69543F. Grayscale: #A7A7A7. Windows color (decimal): -6902848 or 12626838. OLE color: 12626838.

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

Color convert

RGB 150 171 192 -
CMYK 0.22 0.11 0 0.25
HSL 210º 0.25% 0.67% -
HSV(B) 210º 0.22% 0.75% -
XYZ 36.66 39.42 55.55 -
YUV 167.12 142.04 115.79 -
System Red Green Blue C M Y K H S L
Decimal 150 171 192 0.22 0.11 0 0.25 210 0.25 0.67
Hex 96 AB C0 16 B 0 19 D2 19 43
Octal 226 253 300 26 13 0 31 322 31 103
Binary 10010110 10101011 11000000 10110 1011 0 11001 11010010 11001 1000011

Color Harmonies of #96ABC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96ABC0

Black with #96ABC0

Text Example


Text Example

White with #96ABC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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