Html Css Color HEX #9DACBB Nepal

📋 copy color: '#9DACBB'

red 157 ◦ green 172 ◦ blue 187

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

Shades of Nepal #9DACBB

Tints of Nepal #9DACBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 36.24%

R = 30.43%
G = 33.33%
B = 36.24%

CMYK

 C value IS 0.16

 M value IS 0.08

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9DACBB (or 0x9DACBB) is known color: Nepal. HEX triplet: 9D, AC and BB. RGB value is (157,172,187). Sum of RGB (Red+Green+Blue) = 157+172+187=516 (68% of max value = 765). Red value is 157 (61.72% from 255 or 30.43% from 516); Green value is 172 (67.58% from 255 or 33.33% from 516); Blue value is 187 (73.44% from 255 or 36.24% from 516); Max value from RGB is 187 - color contains mainly: blue. Hex color #9DACBB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9DACBB is #625344. Grayscale: #A9A9A9. Windows color (decimal): -6443845 or 12299421. OLE color: 12299421.

HSL color Cylindrical-coordinate representation of color #9DACBB: hue angle of 210º degrees, saturation: 0.18, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #9DACBB is Cyan = 0.16, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 157 172 187 -
CMYK 0.16 0.08 0 0.27
HSL 210º 0.18% 0.67% -
HSV(B) 210º 0.16% 0.73% -
XYZ 37.63 40.26 52.8 -
YUV 169.23 138.03 119.28 -
System Red Green Blue C M Y K H S L
Decimal 157 172 187 0.16 0.08 0 0.27 210 0.18 0.67
Hex 9D AC BB 10 8 0 1B D2 12 43
Octal 235 254 273 20 10 0 33 322 22 103
Binary 10011101 10101100 10111011 10000 1000 0 11011 11010010 10010 1000011

Color Harmonies of #9DACBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DACBB

Black with #9DACBB

Text Example


Text Example

White with #9DACBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,172,187); }

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

background-color css

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

 a { background-color: rgb(157,172,187); }

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

border-color css

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

 span { border-color: rgb(157,172,187); }

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