Html Css Color HEX #9DADBC Nepal

📋 copy color: '#9DADBC'

red 157 ◦ green 173 ◦ blue 188

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

Shades of Nepal #9DADBC

Tints of Nepal #9DADBC

RGB

 RED value IS 157 (61.72% from 255) = 30.31%

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

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

R = 30.31%
G = 33.4%
B = 36.29%

CMYK

 C value IS 0.16

 M value IS 0.08

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#9DADBC (or 0x9DADBC) is known color: Nepal. HEX triplet: 9D, AD and BC. RGB value is (157,173,188). Sum of RGB (Red+Green+Blue) = 157+173+188=518 (68% of max value = 765). Red value is 157 (61.72% from 255 or 30.31% from 518); Green value is 173 (67.97% from 255 or 33.40% from 518); Blue value is 188 (73.83% from 255 or 36.29% from 518); Max value from RGB is 188 - color contains mainly: blue. Hex color #9DADBC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9DADBC is #625243. Grayscale: #A9A9A9. Windows color (decimal): -6443588 or 12365213. OLE color: 12365213.

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

Color convert

RGB 157 173 188 -
CMYK 0.16 0.08 0 0.26
HSL 209.03º 0.19% 0.68% -
HSV(B) 209.03º 0.16% 0.74% -
XYZ 37.93 40.69 53.43 -
YUV 169.93 138.2 118.78 -
System Red Green Blue C M Y K H S L
Decimal 157 173 188 0.16 0.08 0 0.26 209.03 0.19 0.68
Hex 9D AD BC 10 8 0 1A D1 13 44
Octal 235 255 274 20 10 0 32 321 23 104
Binary 10011101 10101101 10111100 10000 1000 0 11010 11010001 10011 1000100

Color Harmonies of #9DADBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DADBC

Black with #9DADBC

Text Example


Text Example

White with #9DADBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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