Html Css Color HEX #9CADBE Nepal

📋 copy color: '#9CADBE'

red 156 ◦ green 173 ◦ blue 190

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

Shades of Nepal #9CADBE

Tints of Nepal #9CADBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 36.61%

R = 30.06%
G = 33.33%
B = 36.61%

CMYK

 C value IS 0.18

 M value IS 0.09

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9CADBE (or 0x9CADBE) is known color: Nepal. HEX triplet: 9C, AD and BE. RGB value is (156,173,190). Sum of RGB (Red+Green+Blue) = 156+173+190=519 (68% of max value = 765). Red value is 156 (61.33% from 255 or 30.06% from 519); Green value is 173 (67.97% from 255 or 33.33% from 519); Blue value is 190 (74.61% from 255 or 36.61% from 519); Max value from RGB is 190 - color contains mainly: blue. Hex color #9CADBE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9CADBE is #635241. Grayscale: #A9A9A9. Windows color (decimal): -6509122 or 12496284. OLE color: 12496284.

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

Color convert

RGB 156 173 190 -
CMYK 0.18 0.09 0 0.25
HSL 210º 0.21% 0.68% -
HSV(B) 210º 0.18% 0.75% -
XYZ 37.95 40.67 54.57 -
YUV 169.86 139.37 118.12 -
System Red Green Blue C M Y K H S L
Decimal 156 173 190 0.18 0.09 0 0.25 210 0.21 0.68
Hex 9C AD BE 12 9 0 19 D2 15 44
Octal 234 255 276 22 11 0 31 322 25 104
Binary 10011100 10101101 10111110 10010 1001 0 11001 11010010 10101 1000100

Color Harmonies of #9CADBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CADBE

Black with #9CADBE

Text Example


Text Example

White with #9CADBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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