Html Css Color HEX #96AFC0 Nepal

📋 copy color: '#96AFC0'

red 150 ◦ green 175 ◦ blue 192

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

Shades of Nepal #96AFC0

Tints of Nepal #96AFC0

RGB

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

 GREEN value IS 175 (68.75% from 255) = 33.85%

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

R = 29.01%
G = 33.85%
B = 37.14%

CMYK

 C value IS 0.22

 M value IS 0.09

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#96AFC0 (or 0x96AFC0) is known color: Nepal. HEX triplet: 96, AF and C0. RGB value is (150,175,192). Sum of RGB (Red+Green+Blue) = 150+175+192=517 (68% of max value = 765). Red value is 150 (58.98% from 255 or 29.01% from 517); Green value is 175 (68.75% from 255 or 33.85% from 517); Blue value is 192 (75.39% from 255 or 37.14% from 517); Max value from RGB is 192 - color contains mainly: blue. Hex color #96AFC0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #96AFC0 is #69503F. Grayscale: #A9A9A9. Windows color (decimal): -6901824 or 12627862. OLE color: 12627862.

HSL color Cylindrical-coordinate representation of color #96AFC0: hue angle of 204.29º 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 #96AFC0 is Cyan = 0.22, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 150 175 192 -
CMYK 0.22 0.09 0 0.25
HSL 204.29º 0.25% 0.67% -
HSV(B) 204.29º 0.22% 0.75% -
XYZ 37.42 40.95 55.8 -
YUV 169.46 140.72 114.12 -
System Red Green Blue C M Y K H S L
Decimal 150 175 192 0.22 0.09 0 0.25 204.29 0.25 0.67
Hex 96 AF C0 16 9 0 19 CC 19 43
Octal 226 257 300 26 11 0 31 314 31 103
Binary 10010110 10101111 11000000 10110 1001 0 11001 11001100 11001 1000011

Color Harmonies of #96AFC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96AFC0

Black with #96AFC0

Text Example


Text Example

White with #96AFC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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