Html Css Color HEX #96AEBC Nepal

📋 copy color: '#96AEBC'

red 150 ◦ green 174 ◦ blue 188

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

Shades of Nepal #96AEBC

Tints of Nepal #96AEBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 36.72%

R = 29.3%
G = 33.98%
B = 36.72%

CMYK

 C value IS 0.20

 M value IS 0.07

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#96AEBC (or 0x96AEBC) is known color: Nepal. HEX triplet: 96, AE and BC. RGB value is (150,174,188). Sum of RGB (Red+Green+Blue) = 150+174+188=512 (67% of max value = 765). Red value is 150 (58.98% from 255 or 29.30% from 512); Green value is 174 (68.36% from 255 or 33.98% from 512); Blue value is 188 (73.83% from 255 or 36.72% from 512); Max value from RGB is 188 - color contains mainly: blue. Hex color #96AEBC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #96AEBC is #695143. Grayscale: #A8A8A8. Windows color (decimal): -6902084 or 12365462. OLE color: 12365462.

HSL color Cylindrical-coordinate representation of color #96AEBC: hue angle of 202.11º degrees, saturation: 0.22, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #96AEBC is Cyan = 0.20, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 150 174 188 -
CMYK 0.20 0.07 0 0.26
HSL 202.11º 0.22% 0.66% -
HSV(B) 202.11º 0.2% 0.74% -
XYZ 36.79 40.39 53.43 -
YUV 168.42 139.05 114.86 -
System Red Green Blue C M Y K H S L
Decimal 150 174 188 0.20 0.07 0 0.26 202.11 0.22 0.66
Hex 96 AE BC 14 7 0 1A CA 16 42
Octal 226 256 274 24 7 0 32 312 26 102
Binary 10010110 10101110 10111100 10100 111 0 11010 11001010 10110 1000010

Color Harmonies of #96AEBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96AEBC

Black with #96AEBC

Text Example


Text Example

White with #96AEBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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