Html Css Color HEX #96ADBE Nepal

📋 copy color: '#96ADBE'

red 150 ◦ green 173 ◦ blue 190

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

Shades of Nepal #96ADBE

Tints of Nepal #96ADBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 37.04%

R = 29.24%
G = 33.72%
B = 37.04%

CMYK

 C value IS 0.21

 M value IS 0.09

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#96ADBE (or 0x96ADBE) is known color: Nepal. HEX triplet: 96, AD and BE. RGB value is (150,173,190). Sum of RGB (Red+Green+Blue) = 150+173+190=513 (67% of max value = 765). Red value is 150 (58.98% from 255 or 29.24% from 513); Green value is 173 (67.97% from 255 or 33.72% from 513); Blue value is 190 (74.61% from 255 or 37.04% from 513); Max value from RGB is 190 - color contains mainly: blue. Hex color #96ADBE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #96ADBE is #695241. Grayscale: #A7A7A7. Windows color (decimal): -6902338 or 12496278. OLE color: 12496278.

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

Color convert

RGB 150 173 190 -
CMYK 0.21 0.09 0 0.25
HSL 205.5º 0.24% 0.67% -
HSV(B) 205.5º 0.21% 0.75% -
XYZ 36.82 40.09 54.51 -
YUV 168.06 140.38 115.12 -
System Red Green Blue C M Y K H S L
Decimal 150 173 190 0.21 0.09 0 0.25 205.5 0.24 0.67
Hex 96 AD BE 15 9 0 19 CE 18 43
Octal 226 255 276 25 11 0 31 316 30 103
Binary 10010110 10101101 10111110 10101 1001 0 11001 11001110 11000 1000011

Color Harmonies of #96ADBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96ADBE

Black with #96ADBE

Text Example


Text Example

White with #96ADBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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