Html Css Color HEX #96AFBC Nepal

📋 copy color: '#96AFBC'

red 150 ◦ green 175 ◦ blue 188

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

Shades of Nepal #96AFBC

Tints of Nepal #96AFBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 36.65%

R = 29.24%
G = 34.11%
B = 36.65%

CMYK

 C value IS 0.20

 M value IS 0.07

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#96AFBC (or 0x96AFBC) is known color: Nepal. HEX triplet: 96, AF and BC. RGB value is (150,175,188). Sum of RGB (Red+Green+Blue) = 150+175+188=513 (67% of max value = 765). Red value is 150 (58.98% from 255 or 29.24% from 513); Green value is 175 (68.75% from 255 or 34.11% from 513); Blue value is 188 (73.83% from 255 or 36.65% from 513); Max value from RGB is 188 - color contains mainly: blue. Hex color #96AFBC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #96AFBC is #695043. Grayscale: #A8A8A8. Windows color (decimal): -6901828 or 12365718. OLE color: 12365718.

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

Color convert

RGB 150 175 188 -
CMYK 0.20 0.07 0 0.26
HSL 200.53º 0.22% 0.66% -
HSV(B) 200.53º 0.2% 0.74% -
XYZ 36.98 40.77 53.5 -
YUV 169.01 138.72 114.44 -
System Red Green Blue C M Y K H S L
Decimal 150 175 188 0.20 0.07 0 0.26 200.53 0.22 0.66
Hex 96 AF BC 14 7 0 1A C9 16 42
Octal 226 257 274 24 7 0 32 311 26 102
Binary 10010110 10101111 10111100 10100 111 0 11010 11001001 10110 1000010

Color Harmonies of #96AFBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96AFBC

Black with #96AFBC

Text Example


Text Example

White with #96AFBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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