Html Css Color HEX #9CADBC Nepal

📋 copy color: '#9CADBC'

red 156 ◦ green 173 ◦ blue 188

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

Shades of Nepal #9CADBC

Tints of Nepal #9CADBC

RGB

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

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

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

R = 30.17%
G = 33.46%
B = 36.36%

CMYK

 C value IS 0.17

 M value IS 0.08

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#9CADBC (or 0x9CADBC) is known color: Nepal. HEX triplet: 9C, AD and BC. RGB value is (156,173,188). Sum of RGB (Red+Green+Blue) = 156+173+188=517 (68% of max value = 765). Red value is 156 (61.33% from 255 or 30.17% from 517); Green value is 173 (67.97% from 255 or 33.46% from 517); Blue value is 188 (73.83% from 255 or 36.36% from 517); Max value from RGB is 188 - color contains mainly: blue. Hex color #9CADBC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9CADBC is #635243. Grayscale: #A9A9A9. Windows color (decimal): -6509124 or 12365212. OLE color: 12365212.

HSL color Cylindrical-coordinate representation of color #9CADBC: hue angle of 208.12º degrees, saturation: 0.19, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #9CADBC is Cyan = 0.17, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 156 173 188 -
CMYK 0.17 0.08 0 0.26
HSL 208.13º 0.19% 0.67% -
HSV(B) 208.13º 0.17% 0.74% -
XYZ 37.73 40.59 53.42 -
YUV 169.63 138.37 118.28 -
System Red Green Blue C M Y K H S L
Decimal 156 173 188 0.17 0.08 0 0.26 208.13 0.19 0.67
Hex 9C AD BC 11 8 0 1A D0 13 43
Octal 234 255 274 21 10 0 32 320 23 103
Binary 10011100 10101101 10111100 10001 1000 0 11010 11010000 10011 1000011

Color Harmonies of #9CADBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CADBC

Black with #9CADBC

Text Example


Text Example

White with #9CADBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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