Html Css Color HEX #96AEBB Nepal

📋 copy color: '#96AEBB'

red 150 ◦ green 174 ◦ blue 187

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

Shades of Nepal #96AEBB

Tints of Nepal #96AEBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 36.59%

R = 29.35%
G = 34.05%
B = 36.59%

CMYK

 C value IS 0.20

 M value IS 0.07

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#96AEBB (or 0x96AEBB) is known color: Nepal. HEX triplet: 96, AE and BB. RGB value is (150,174,187). Sum of RGB (Red+Green+Blue) = 150+174+187=511 (67% of max value = 765). Red value is 150 (58.98% from 255 or 29.35% from 511); Green value is 174 (68.36% from 255 or 34.05% from 511); Blue value is 187 (73.44% from 255 or 36.59% from 511); Max value from RGB is 187 - color contains mainly: blue. Hex color #96AEBB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #96AEBB is #695144. Grayscale: #A8A8A8. Windows color (decimal): -6902085 or 12299926. OLE color: 12299926.

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

Color convert

RGB 150 174 187 -
CMYK 0.20 0.07 0 0.27
HSL 201.08º 0.21% 0.66% -
HSV(B) 201.08º 0.2% 0.73% -
XYZ 36.68 40.34 52.87 -
YUV 168.31 138.55 114.94 -
System Red Green Blue C M Y K H S L
Decimal 150 174 187 0.20 0.07 0 0.27 201.08 0.21 0.66
Hex 96 AE BB 14 7 0 1B C9 15 42
Octal 226 256 273 24 7 0 33 311 25 102
Binary 10010110 10101110 10111011 10100 111 0 11011 11001001 10101 1000010

Color Harmonies of #96AEBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96AEBB

Black with #96AEBB

Text Example


Text Example

White with #96AEBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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