Html Css Color HEX #96ADBA Nepal

📋 copy color: '#96ADBA'

red 150 ◦ green 173 ◦ blue 186

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

Shades of Nepal #96ADBA

Tints of Nepal #96ADBA

RGB

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

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

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

R = 29.47%
G = 33.99%
B = 36.54%

CMYK

 C value IS 0.19

 M value IS 0.07

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#96ADBA (or 0x96ADBA) is known color: Nepal. HEX triplet: 96, AD and BA. RGB value is (150,173,186). Sum of RGB (Red+Green+Blue) = 150+173+186=509 (67% of max value = 765). Red value is 150 (58.98% from 255 or 29.47% from 509); Green value is 173 (67.97% from 255 or 33.99% from 509); Blue value is 186 (73.05% from 255 or 36.54% from 509); Max value from RGB is 186 - color contains mainly: blue. Hex color #96ADBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #96ADBA is #695245. Grayscale: #A7A7A7. Windows color (decimal): -6902342 or 12234134. OLE color: 12234134.

HSL color Cylindrical-coordinate representation of color #96ADBA: hue angle of 201.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 #96ADBA is Cyan = 0.19, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 150 173 186 -
CMYK 0.19 0.07 0 0.27
HSL 201.67º 0.21% 0.66% -
HSV(B) 201.67º 0.19% 0.73% -
XYZ 36.38 39.92 52.24 -
YUV 167.61 138.38 115.44 -
System Red Green Blue C M Y K H S L
Decimal 150 173 186 0.19 0.07 0 0.27 201.67 0.21 0.66
Hex 96 AD BA 13 7 0 1B CA 15 42
Octal 226 255 272 23 7 0 33 312 25 102
Binary 10010110 10101101 10111010 10011 111 0 11011 11001010 10101 1000010

Color Harmonies of #96ADBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96ADBA

Black with #96ADBA

Text Example


Text Example

White with #96ADBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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