Html Css Color HEX #96B3C0 Nepal

📋 copy color: '#96B3C0'

red 150 ◦ green 179 ◦ blue 192

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

Shades of Nepal #96B3C0

Tints of Nepal #96B3C0

RGB

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

 GREEN value IS 179 (70.31% from 255) = 34.36%

 BLUE value IS 192 (75.39% from 255) = 36.85%

R = 28.79%
G = 34.36%
B = 36.85%

CMYK

 C value IS 0.22

 M value IS 0.07

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#96B3C0 (or 0x96B3C0) is known color: Nepal. HEX triplet: 96, B3 and C0. RGB value is (150,179,192). Sum of RGB (Red+Green+Blue) = 150+179+192=521 (69% of max value = 765). Red value is 150 (58.98% from 255 or 28.79% from 521); Green value is 179 (70.31% from 255 or 34.36% from 521); Blue value is 192 (75.39% from 255 or 36.85% from 521); Max value from RGB is 192 - color contains mainly: blue. Hex color #96B3C0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96B3C0 is #694C3F. Grayscale: #ABABAB. Windows color (decimal): -6900800 or 12628886. OLE color: 12628886.

HSL color Cylindrical-coordinate representation of color #96B3C0: hue angle of 198.57º degrees, saturation: 0.25, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #96B3C0 is Cyan = 0.22, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 150 179 192 -
CMYK 0.22 0.07 0 0.25
HSL 198.57º 0.25% 0.67% -
HSV(B) 198.57º 0.22% 0.75% -
XYZ 38.21 42.53 56.06 -
YUV 171.81 139.39 112.44 -
System Red Green Blue C M Y K H S L
Decimal 150 179 192 0.22 0.07 0 0.25 198.57 0.25 0.67
Hex 96 B3 C0 16 7 0 19 C7 19 43
Octal 226 263 300 26 7 0 31 307 31 103
Binary 10010110 10110011 11000000 10110 111 0 11001 11000111 11001 1000011

Color Harmonies of #96B3C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96B3C0

Black with #96B3C0

Text Example


Text Example

White with #96B3C0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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