#9BADBA

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

Shades of Nepal #9BADBA

Tints of Nepal #9BADBA

Color information

#9BADBA (or 0x9BADBA) is unknown color: approx Nepal. HEX triplet: 9B, AD and BA. RGB value is (155,173,186). Sum of RGB (Red+Green+Blue) = 155+173+186=514 (68% of max value = 765). Red value is 155 (60.94% from 255 or 30.16% from 514); Green value is 173 (67.97% from 255 or 33.66% from 514); Blue value is 186 (73.05% from 255 or 36.19% from 514); Max value from RGB is 186 - color contains mainly: blue. Hex color #9BADBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9BADBA is #645245. Grayscale: #A9A9A9. Windows color (decimal): -6574662 or 12234139. OLE color: 12234139.

HSL color Cylindrical-coordinate representation of color #9BADBA: hue angle of 205.16º degrees, saturation: 0.18, 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 #9BADBA is Cyan = 0.17, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB155173186-
CMYK0.170.0700.27
HSL205.16º18.34%66.86%-
HSV(B)205.16º16.67%72.94%-
XYZ37.3240.452.29-
YUV169.1137.54117.94-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 30.16%
GREEN value IS 173 (67.97% from 255) = 33.66%
BLUE value IS 186 (73.05% from 255) = 36.19%
R=30.16%
G=33.66%
B=36.19%

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
Decimal1551731860.170.0700.27205.1618.3466.86
Hex9BADBA11701Bcd1243
Octal23325527221703331522103
Binary1001101110101101101110101000111101101111001101100101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BADBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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