Html Css Color HEX #96A6B3 Nepal

📋 copy color: '#96A6B3'

red 150 ◦ green 166 ◦ blue 179

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

Shades of Nepal #96A6B3

Tints of Nepal #96A6B3

RGB

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

 GREEN value IS 166 (65.23% from 255) = 33.54%

 BLUE value IS 179 (70.31% from 255) = 36.16%

R = 30.3%
G = 33.54%
B = 36.16%

CMYK

 C value IS 0.16

 M value IS 0.07

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#96A6B3 (or 0x96A6B3) is known color: Nepal. HEX triplet: 96, A6 and B3. RGB value is (150,166,179). Sum of RGB (Red+Green+Blue) = 150+166+179=495 (65% of max value = 765). Red value is 150 (58.98% from 255 or 30.30% from 495); Green value is 166 (65.23% from 255 or 33.54% from 495); Blue value is 179 (70.31% from 255 or 36.16% from 495); Max value from RGB is 179 - color contains mainly: blue. Hex color #96A6B3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #96A6B3 is #69594C. Grayscale: #A2A2A2. Windows color (decimal): -6904141 or 11773590. OLE color: 11773590.

HSL color Cylindrical-coordinate representation of color #96A6B3: hue angle of 206.9º degrees, saturation: 0.16, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #96A6B3 is Cyan = 0.16, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 150 166 179 -
CMYK 0.16 0.07 0 0.30
HSL 206.9º 0.16% 0.65% -
HSV(B) 206.9º 0.16% 0.7% -
XYZ 34.35 37.01 47.98 -
YUV 162.7 137.2 118.94 -
System Red Green Blue C M Y K H S L
Decimal 150 166 179 0.16 0.07 0 0.30 206.9 0.16 0.65
Hex 96 A6 B3 10 7 0 1E CF 10 41
Octal 226 246 263 20 7 0 36 317 20 101
Binary 10010110 10100110 10110011 10000 111 0 11110 11001111 10000 1000001

Color Harmonies of #96A6B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96A6B3

Black with #96A6B3

Text Example


Text Example

White with #96A6B3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,166,179); }

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

background-color css

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

 a { background-color: rgb(150,166,179); }

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

border-color css

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

 span { border-color: rgb(150,166,179); }

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