Html Css Color HEX #96AEC0 Nepal

📋 copy color: '#96AEC0'

red 150 ◦ green 174 ◦ blue 192

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

Shades of Nepal #96AEC0

Tints of Nepal #96AEC0

RGB

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

 GREEN value IS 174 (68.36% from 255) = 33.72%

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

R = 29.07%
G = 33.72%
B = 37.21%

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

#96AEC0 (or 0x96AEC0) is known color: Nepal. HEX triplet: 96, AE and C0. RGB value is (150,174,192). Sum of RGB (Red+Green+Blue) = 150+174+192=516 (68% of max value = 765). Red value is 150 (58.98% from 255 or 29.07% from 516); Green value is 174 (68.36% from 255 or 33.72% from 516); Blue value is 192 (75.39% from 255 or 37.21% from 516); Max value from RGB is 192 - color contains mainly: blue. Hex color #96AEC0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #96AEC0 is #69513F. Grayscale: #A8A8A8. Windows color (decimal): -6902080 or 12627606. OLE color: 12627606.

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

Color convert

RGB 150 174 192 -
CMYK 0.22 0.09 0 0.25
HSL 205.71º 0.25% 0.67% -
HSV(B) 205.71º 0.22% 0.75% -
XYZ 37.23 40.56 55.74 -
YUV 168.88 141.05 114.54 -
System Red Green Blue C M Y K H S L
Decimal 150 174 192 0.22 0.09 0 0.25 205.71 0.25 0.67
Hex 96 AE C0 16 9 0 19 CE 19 43
Octal 226 256 300 26 11 0 31 316 31 103
Binary 10010110 10101110 11000000 10110 1001 0 11001 11001110 11001 1000011

Color Harmonies of #96AEC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96AEC0

Black with #96AEC0

Text Example


Text Example

White with #96AEC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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