Html Css Color HEX #96ADC0 Nepal

📋 copy color: '#96ADC0'

red 150 ◦ green 173 ◦ blue 192

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

Shades of Nepal #96ADC0

Tints of Nepal #96ADC0

RGB

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

 GREEN value IS 173 (67.97% from 255) = 33.59%

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

R = 29.13%
G = 33.59%
B = 37.28%

CMYK

 C value IS 0.22

 M value IS 0.10

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#96ADC0 (or 0x96ADC0) is known color: Nepal. HEX triplet: 96, AD and C0. RGB value is (150,173,192). Sum of RGB (Red+Green+Blue) = 150+173+192=515 (68% of max value = 765). Red value is 150 (58.98% from 255 or 29.13% from 515); Green value is 173 (67.97% from 255 or 33.59% from 515); Blue value is 192 (75.39% from 255 or 37.28% from 515); Max value from RGB is 192 - color contains mainly: blue. Hex color #96ADC0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #96ADC0 is #69523F. Grayscale: #A8A8A8. Windows color (decimal): -6902336 or 12627350. OLE color: 12627350.

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

Color convert

RGB 150 173 192 -
CMYK 0.22 0.10 0 0.25
HSL 207.14º 0.25% 0.67% -
HSV(B) 207.14º 0.22% 0.75% -
XYZ 37.04 40.18 55.67 -
YUV 168.29 141.38 114.96 -
System Red Green Blue C M Y K H S L
Decimal 150 173 192 0.22 0.10 0 0.25 207.14 0.25 0.67
Hex 96 AD C0 16 A 0 19 CF 19 43
Octal 226 255 300 26 12 0 31 317 31 103
Binary 10010110 10101101 11000000 10110 1010 0 11001 11001111 11001 1000011

Color Harmonies of #96ADC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96ADC0

Black with #96ADC0

Text Example


Text Example

White with #96ADC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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