Html Css Color HEX #96AEBD Nepal

📋 copy color: '#96AEBD'

red 150 ◦ green 174 ◦ blue 189

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

Shades of Nepal #96AEBD

Tints of Nepal #96AEBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 36.84%

R = 29.24%
G = 33.92%
B = 36.84%

CMYK

 C value IS 0.21

 M value IS 0.08

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#96AEBD (or 0x96AEBD) is known color: Nepal. HEX triplet: 96, AE and BD. RGB value is (150,174,189). Sum of RGB (Red+Green+Blue) = 150+174+189=513 (67% of max value = 765). Red value is 150 (58.98% from 255 or 29.24% from 513); Green value is 174 (68.36% from 255 or 33.92% from 513); Blue value is 189 (74.22% from 255 or 36.84% from 513); Max value from RGB is 189 - color contains mainly: blue. Hex color #96AEBD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #96AEBD is #695142. Grayscale: #A8A8A8. Windows color (decimal): -6902083 or 12430998. OLE color: 12430998.

HSL color Cylindrical-coordinate representation of color #96AEBD: hue angle of 203.08º degrees, saturation: 0.23, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #96AEBD is Cyan = 0.21, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 150 174 189 -
CMYK 0.21 0.08 0 0.26
HSL 203.08º 0.23% 0.66% -
HSV(B) 203.08º 0.21% 0.74% -
XYZ 36.9 40.43 54 -
YUV 168.53 139.55 114.78 -
System Red Green Blue C M Y K H S L
Decimal 150 174 189 0.21 0.08 0 0.26 203.08 0.23 0.66
Hex 96 AE BD 15 8 0 1A CB 17 42
Octal 226 256 275 25 10 0 32 313 27 102
Binary 10010110 10101110 10111101 10101 1000 0 11010 11001011 10111 1000010

Color Harmonies of #96AEBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96AEBD

Black with #96AEBD

Text Example


Text Example

White with #96AEBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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