#9BAAB8

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

Shades of Nepal #9BAAB8

Tints of Nepal #9BAAB8

Color information

#9BAAB8 (or 0x9BAAB8) is unknown color: approx Nepal. HEX triplet: 9B, AA and B8. RGB value is (155,170,184). Sum of RGB (Red+Green+Blue) = 155+170+184=509 (67% of max value = 765). Red value is 155 (60.94% from 255 or 30.45% from 509); Green value is 170 (66.80% from 255 or 33.40% from 509); Blue value is 184 (72.27% from 255 or 36.15% from 509); Max value from RGB is 184 - color contains mainly: blue. Hex color #9BAAB8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9BAAB8 is #645547. Grayscale: #A7A7A7. Windows color (decimal): -6575432 or 12102299. OLE color: 12102299.

HSL color Cylindrical-coordinate representation of color #9BAAB8: hue angle of 208.97º degrees, saturation: 0.17, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #9BAAB8 is Cyan = 0.16, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB155170184-
CMYK0.160.0800.28
HSL208.97º16.96%66.47%-
HSV(B)208.97º15.76%72.16%-
XYZ36.5439.1850.98-
YUV167.11137.53119.36-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 30.45%
GREEN value IS 170 (66.80% from 255) = 33.40%
BLUE value IS 184 (72.27% from 255) = 36.15%
R=30.45%
G=33.40%
B=36.15%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1551701840.160.0800.28208.9716.9666.47
Hex9BAAB810801Cd11142
Octal233252270201003432121102
Binary10011011101010101011100010000100001110011010001100011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BAAB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,170,184); }

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

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

 a { background-color: rgb(155,170,184); }

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

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

 span { border-color: rgb(155,170,184); }

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