Html Css Color HEX #96A8B6 Nepal

📋 copy color: '#96A8B6'

red 150 ◦ green 168 ◦ blue 182

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

Shades of Nepal #96A8B6

Tints of Nepal #96A8B6

RGB

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

 GREEN value IS 168 (66.02% from 255) = 33.6%

 BLUE value IS 182 (71.48% from 255) = 36.4%

R = 30%
G = 33.6%
B = 36.4%

CMYK

 C value IS 0.18

 M value IS 0.08

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#96A8B6 (or 0x96A8B6) is known color: Nepal. HEX triplet: 96, A8 and B6. RGB value is (150,168,182). Sum of RGB (Red+Green+Blue) = 150+168+182=500 (66% of max value = 765). Red value is 150 (58.98% from 255 or 30% from 500); Green value is 168 (66.02% from 255 or 33.6% from 500); Blue value is 182 (71.48% from 255 or 36.4% from 500); Max value from RGB is 182 - color contains mainly: blue. Hex color #96A8B6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #96A8B6 is #695749. Grayscale: #A4A4A4. Windows color (decimal): -6903626 or 11970710. OLE color: 11970710.

HSL color Cylindrical-coordinate representation of color #96A8B6: hue angle of 206.25º degrees, saturation: 0.18, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #96A8B6 is Cyan = 0.18, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 150 168 182 -
CMYK 0.18 0.08 0 0.29
HSL 206.25º 0.18% 0.65% -
HSV(B) 206.25º 0.18% 0.71% -
XYZ 35.02 37.87 49.72 -
YUV 164.21 138.04 117.86 -
System Red Green Blue C M Y K H S L
Decimal 150 168 182 0.18 0.08 0 0.29 206.25 0.18 0.65
Hex 96 A8 B6 12 8 0 1D CE 12 41
Octal 226 250 266 22 10 0 35 316 22 101
Binary 10010110 10101000 10110110 10010 1000 0 11101 11001110 10010 1000001

Color Harmonies of #96A8B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96A8B6

Black with #96A8B6

Text Example


Text Example

White with #96A8B6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,168,182); }

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

background-color css

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

 a { background-color: rgb(150,168,182); }

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

border-color css

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

 span { border-color: rgb(150,168,182); }

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