#9BB0BB

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

Shades of Nepal #9BB0BB

Tints of Nepal #9BB0BB

Color information

#9BB0BB (or 0x9BB0BB) is unknown color: approx Nepal. HEX triplet: 9B, B0 and BB. RGB value is (155,176,187). Sum of RGB (Red+Green+Blue) = 155+176+187=518 (68% of max value = 765). Red value is 155 (60.94% from 255 or 29.92% from 518); Green value is 176 (69.14% from 255 or 33.98% from 518); Blue value is 187 (73.44% from 255 or 36.10% from 518); Max value from RGB is 187 - color contains mainly: blue. Hex color #9BB0BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9BB0BB is #644F44. Grayscale: #AAAAAA. Windows color (decimal): -6573893 or 12300443. OLE color: 12300443.

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

Color convert

RGB155176187-
CMYK0.170.0600.27
HSL200.62º19.05%67.06%-
HSV(B)200.62º17.11%73.33%-
XYZ38.0141.6153.04-
YUV170.98137.04116.61-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 29.92%
GREEN value IS 176 (69.14% from 255) = 33.98%
BLUE value IS 187 (73.44% from 255) = 36.10%
R=29.92%
G=33.98%
B=36.10%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1551761870.170.0600.27200.6219.0567.06
Hex9BB0BB11601Bc91343
Octal23326027321603331123103
Binary1001101110110000101110111000111001101111001001100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BB0BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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