#9BACBD

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

Shades of Nepal #9BACBD

Tints of Nepal #9BACBD

Color information

#9BACBD (or 0x9BACBD) is unknown color: approx Nepal. HEX triplet: 9B, AC and BD. RGB value is (155,172,189). Sum of RGB (Red+Green+Blue) = 155+172+189=516 (68% of max value = 765). Red value is 155 (60.94% from 255 or 30.04% from 516); Green value is 172 (67.58% from 255 or 33.33% from 516); Blue value is 189 (74.22% from 255 or 36.63% from 516); Max value from RGB is 189 - color contains mainly: blue. Hex color #9BACBD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9BACBD is #645342. Grayscale: #A8A8A8. Windows color (decimal): -6574915 or 12430491. OLE color: 12430491.

HSL color Cylindrical-coordinate representation of color #9BACBD: hue angle of 210º degrees, saturation: 0.2, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #9BACBD is Cyan = 0.18, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB155172189-
CMYK0.180.0900.26
HSL210º20.48%67.45%-
HSV(B)210º17.99%74.12%-
XYZ37.4640.1553.92-
YUV168.86139.37118.12-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 30.04%
GREEN value IS 172 (67.58% from 255) = 33.33%
BLUE value IS 189 (74.22% from 255) = 36.63%
R=30.04%
G=33.33%
B=36.63%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1551721890.180.0900.2621020.4867.45
Hex9BACBD12901Ad21443
Octal233254275221103232224103
Binary10011011101011001011110110010100101101011010010101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BACBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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