#9BADBB

Color #9BADBB Nepal (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Nepal #9BADBB

Tints of Nepal #9BADBB

Color information

#9BADBB (or 0x9BADBB) is unknown color: approx Nepal. HEX triplet: 9B, AD and BB. RGB value is (155,173,187). Sum of RGB (Red+Green+Blue) = 155+173+187=515 (68% of max value = 765). Red value is 155 (60.94% from 255 or 30.10% from 515); Green value is 173 (67.97% from 255 or 33.59% from 515); Blue value is 187 (73.44% from 255 or 36.31% from 515); Max value from RGB is 187 - color contains mainly: blue. Hex color #9BADBB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9BADBB is #645244. Grayscale: #A9A9A9. Windows color (decimal): -6574661 or 12299675. OLE color: 12299675.

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

Color convert

RGB155173187-
CMYK0.170.0700.27
HSL206.25º19.05%67.06%-
HSV(B)206.25º17.11%73.33%-
XYZ37.4340.4452.85-
YUV169.21138.04117.86-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 30.10%
GREEN value IS 173 (67.97% from 255) = 33.59%
BLUE value IS 187 (73.44% from 255) = 36.31%
R=30.10%
G=33.59%
B=36.31%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1551731870.170.0700.27206.2519.0567.06
Hex9BADBB11701Bce1343
Octal23325527321703331623103
Binary1001101110101101101110111000111101101111001110100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BADBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,173,187); }

 H1.HeaderClassName
 {
   color: #9BADBB;
 }
 .AnyTagClassName
 {
   color: #9BADBB;
 }
</style>
background-color css

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

 a { background-color: rgb(155,173,187); }

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

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

 span { border-color: rgb(155,173,187); }

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