Html Css Color HEX #96ACC1 Nepal

📋 copy color: '#96ACC1'

red 150 ◦ green 172 ◦ blue 193

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

Shades of Nepal #96ACC1

Tints of Nepal #96ACC1

RGB

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

 GREEN value IS 172 (67.58% from 255) = 33.4%

 BLUE value IS 193 (75.78% from 255) = 37.48%

R = 29.13%
G = 33.4%
B = 37.48%

CMYK

 C value IS 0.22

 M value IS 0.11

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#96ACC1 (or 0x96ACC1) is known color: Nepal. HEX triplet: 96, AC and C1. RGB value is (150,172,193). Sum of RGB (Red+Green+Blue) = 150+172+193=515 (68% of max value = 765). Red value is 150 (58.98% from 255 or 29.13% from 515); Green value is 172 (67.58% from 255 or 33.40% from 515); Blue value is 193 (75.78% from 255 or 37.48% from 515); Max value from RGB is 193 - color contains mainly: blue. Hex color #96ACC1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #96ACC1 is #69533E. Grayscale: #A7A7A7. Windows color (decimal): -6902591 or 12692630. OLE color: 12692630.

HSL color Cylindrical-coordinate representation of color #96ACC1: hue angle of 209.3º degrees, saturation: 0.26, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #96ACC1 is Cyan = 0.22, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 150 172 193 -
CMYK 0.22 0.11 0 0.24
HSL 209.3º 0.26% 0.67% -
HSV(B) 209.3º 0.22% 0.76% -
XYZ 36.96 39.84 56.19 -
YUV 167.82 142.21 115.29 -
System Red Green Blue C M Y K H S L
Decimal 150 172 193 0.22 0.11 0 0.24 209.3 0.26 0.67
Hex 96 AC C1 16 B 0 18 D1 1A 43
Octal 226 254 301 26 13 0 30 321 32 103
Binary 10010110 10101100 11000001 10110 1011 0 11000 11010001 11010 1000011

Color Harmonies of #96ACC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96ACC1

Black with #96ACC1

Text Example


Text Example

White with #96ACC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,172,193); }

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

background-color css

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

 a { background-color: rgb(150,172,193); }

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

border-color css

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

 span { border-color: rgb(150,172,193); }

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