#9BADBF

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

Shades of Nepal #9BADBF

Tints of Nepal #9BADBF

Color information

#9BADBF (or 0x9BADBF) is unknown color: approx Nepal. HEX triplet: 9B, AD and BF. RGB value is (155,173,191). Sum of RGB (Red+Green+Blue) = 155+173+191=519 (68% of max value = 765). Red value is 155 (60.94% from 255 or 29.87% from 519); Green value is 173 (67.97% from 255 or 33.33% from 519); Blue value is 191 (75% from 255 or 36.80% from 519); Max value from RGB is 191 - color contains mainly: blue. Hex color #9BADBF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9BADBF is #645240. Grayscale: #A9A9A9. Windows color (decimal): -6574657 or 12561819. OLE color: 12561819.

HSL color Cylindrical-coordinate representation of color #9BADBF: hue angle of 210º degrees, saturation: 0.22, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #9BADBF is Cyan = 0.19, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB155173191-
CMYK0.190.0900.25
HSL210º21.95%67.84%-
HSV(B)210º18.85%74.9%-
XYZ37.8740.6255.13-
YUV169.67140.04117.54-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 29.87%
GREEN value IS 173 (67.97% from 255) = 33.33%
BLUE value IS 191 (75% from 255) = 36.80%
R=29.87%
G=33.33%
B=36.80%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1551731910.190.0900.2521021.9567.84
Hex9BADBF139019d21644
Octal233255277231103132226104
Binary10011011101011011011111110011100101100111010010101101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BADBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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