Html Css Color HEX #9CADC0 Nepal

📋 copy color: '#9CADC0'

red 156 ◦ green 173 ◦ blue 192

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

Shades of Nepal #9CADC0

Tints of Nepal #9CADC0

RGB

 RED value IS 156 (61.33% from 255) = 29.94%

 GREEN value IS 173 (67.97% from 255) = 33.21%

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

R = 29.94%
G = 33.21%
B = 36.85%

CMYK

 C value IS 0.19

 M value IS 0.10

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9CADC0 (or 0x9CADC0) is known color: Nepal. HEX triplet: 9C, AD and C0. RGB value is (156,173,192). Sum of RGB (Red+Green+Blue) = 156+173+192=521 (69% of max value = 765). Red value is 156 (61.33% from 255 or 29.94% from 521); Green value is 173 (67.97% from 255 or 33.21% 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 #9CADC0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9CADC0 is #63523F. Grayscale: #A9A9A9. Windows color (decimal): -6509120 or 12627356. OLE color: 12627356.

HSL color Cylindrical-coordinate representation of color #9CADC0: hue angle of 211.67º degrees, saturation: 0.22, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #9CADC0 is Cyan = 0.19, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 156 173 192 -
CMYK 0.19 0.10 0 0.25
HSL 211.67º 0.22% 0.68% -
HSV(B) 211.67º 0.19% 0.75% -
XYZ 38.17 40.76 55.73 -
YUV 170.08 140.37 117.96 -
System Red Green Blue C M Y K H S L
Decimal 156 173 192 0.19 0.10 0 0.25 211.67 0.22 0.68
Hex 9C AD C0 13 A 0 19 D4 16 44
Octal 234 255 300 23 12 0 31 324 26 104
Binary 10011100 10101101 11000000 10011 1010 0 11001 11010100 10110 1000100

Color Harmonies of #9CADC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CADC0

Black with #9CADC0

Text Example


Text Example

White with #9CADC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9CADC0; }

 p { color: rgb(156,173,192); }

 H1.HeaderClassName
 {
   color: #9CADC0;
 }
 .AnyTagClassName
 {
   color: #9CADC0;
 }
</style>

background-color css

<style>
 a { background-color: #9CADC0; }

 a { background-color: rgb(156,173,192); }

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

border-color css

<style>
 span { border-color: #9CADC0; }

 span { border-color: rgb(156,173,192); }

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