#9BACBB

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

Shades of Nepal #9BACBB

Tints of Nepal #9BACBB

Color information

#9BACBB (or 0x9BACBB) is unknown color: approx Nepal. HEX triplet: 9B, AC and BB. RGB value is (155,172,187). Sum of RGB (Red+Green+Blue) = 155+172+187=514 (68% of max value = 765). Red value is 155 (60.94% from 255 or 30.16% from 514); Green value is 172 (67.58% from 255 or 33.46% from 514); Blue value is 187 (73.44% from 255 or 36.38% from 514); Max value from RGB is 187 - color contains mainly: blue. Hex color #9BACBB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9BACBB is #645344. Grayscale: #A8A8A8. Windows color (decimal): -6574917 or 12299419. OLE color: 12299419.

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

Color convert

RGB155172187-
CMYK0.170.0800.27
HSL208.12º19.05%67.06%-
HSV(B)208.12º17.11%73.33%-
XYZ37.2440.0652.78-
YUV168.63138.37118.28-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 30.16%
GREEN value IS 172 (67.58% from 255) = 33.46%
BLUE value IS 187 (73.44% from 255) = 36.38%
R=30.16%
G=33.46%
B=36.38%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1551721870.170.0800.27208.1219.0567.06
Hex9BACBB11801Bd01343
Octal233254273211003332023103
Binary10011011101011001011101110001100001101111010000100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BACBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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