Html Css Color HEX #9DB1BB Nepal

📋 copy color: '#9DB1BB'

red 157 ◦ green 177 ◦ blue 187

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

Shades of Nepal #9DB1BB

Tints of Nepal #9DB1BB

RGB

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

 GREEN value IS 177 (69.53% from 255) = 33.97%

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

R = 30.13%
G = 33.97%
B = 35.89%

CMYK

 C value IS 0.16

 M value IS 0.05

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9DB1BB (or 0x9DB1BB) is known color: Nepal. HEX triplet: 9D, B1 and BB. RGB value is (157,177,187). Sum of RGB (Red+Green+Blue) = 157+177+187=521 (69% of max value = 765). Red value is 157 (61.72% from 255 or 30.13% from 521); Green value is 177 (69.53% from 255 or 33.97% from 521); Blue value is 187 (73.44% from 255 or 35.89% from 521); Max value from RGB is 187 - color contains mainly: blue. Hex color #9DB1BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9DB1BB is #624E44. Grayscale: #ACACAC. Windows color (decimal): -6442565 or 12300701. OLE color: 12300701.

HSL color Cylindrical-coordinate representation of color #9DB1BB: hue angle of 200º 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 #9DB1BB is Cyan = 0.16, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 157 177 187 -
CMYK 0.16 0.05 0 0.27
HSL 200º 0.18% 0.67% -
HSV(B) 200º 0.16% 0.73% -
XYZ 38.6 42.2 53.12 -
YUV 172.16 136.37 117.19 -
System Red Green Blue C M Y K H S L
Decimal 157 177 187 0.16 0.05 0 0.27 200 0.18 0.67
Hex 9D B1 BB 10 5 0 1B C8 12 43
Octal 235 261 273 20 5 0 33 310 22 103
Binary 10011101 10110001 10111011 10000 101 0 11011 11001000 10010 1000011

Color Harmonies of #9DB1BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DB1BB

Black with #9DB1BB

Text Example


Text Example

White with #9DB1BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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