Html Css Color HEX #96AEBA Nepal

📋 copy color: '#96AEBA'

red 150 ◦ green 174 ◦ blue 186

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

Shades of Nepal #96AEBA

Tints of Nepal #96AEBA

RGB

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

 GREEN value IS 174 (68.36% from 255) = 34.12%

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

R = 29.41%
G = 34.12%
B = 36.47%

CMYK

 C value IS 0.19

 M value IS 0.06

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#96AEBA (or 0x96AEBA) is known color: Nepal. HEX triplet: 96, AE and BA. RGB value is (150,174,186). Sum of RGB (Red+Green+Blue) = 150+174+186=510 (67% of max value = 765). Red value is 150 (58.98% from 255 or 29.41% from 510); Green value is 174 (68.36% from 255 or 34.12% from 510); Blue value is 186 (73.05% from 255 or 36.47% from 510); Max value from RGB is 186 - color contains mainly: blue. Hex color #96AEBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #96AEBA is #695145. Grayscale: #A8A8A8. Windows color (decimal): -6902086 or 12234390. OLE color: 12234390.

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

Color convert

RGB 150 174 186 -
CMYK 0.19 0.06 0 0.27
HSL 200º 0.21% 0.66% -
HSV(B) 200º 0.19% 0.73% -
XYZ 36.58 40.3 52.31 -
YUV 168.19 138.05 115.02 -
System Red Green Blue C M Y K H S L
Decimal 150 174 186 0.19 0.06 0 0.27 200 0.21 0.66
Hex 96 AE BA 13 6 0 1B C8 15 42
Octal 226 256 272 23 6 0 33 310 25 102
Binary 10010110 10101110 10111010 10011 110 0 11011 11001000 10101 1000010

Color Harmonies of #96AEBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96AEBA

Black with #96AEBA

Text Example


Text Example

White with #96AEBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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