#9BB3C7

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

Shades of Nepal #9BB3C7

Tints of Nepal #9BB3C7

Color information

#9BB3C7 (or 0x9BB3C7) is unknown color: approx Nepal. HEX triplet: 9B, B3 and C7. RGB value is (155,179,199). Sum of RGB (Red+Green+Blue) = 155+179+199=533 (70% of max value = 765). Red value is 155 (60.94% from 255 or 29.08% from 533); Green value is 179 (70.31% from 255 or 33.58% from 533); Blue value is 199 (78.12% from 255 or 37.34% from 533); Max value from RGB is 199 - color contains mainly: blue. Hex color #9BB3C7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BB3C7 is #644C38. Grayscale: #AEAEAE. Windows color (decimal): -6573113 or 13087643. OLE color: 13087643.

HSL color Cylindrical-coordinate representation of color #9BB3C7: hue angle of 207.27º degrees, saturation: 0.28, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #9BB3C7 is Cyan = 0.22, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB155179199-
CMYK0.220.1000.22
HSL207.27º28.21%69.41%-
HSV(B)207.27º22.11%78.04%-
XYZ39.9543.3360.29-
YUV174.1142.05114.37-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 29.08%
GREEN value IS 179 (70.31% from 255) = 33.58%
BLUE value IS 199 (78.12% from 255) = 37.34%
R=29.08%
G=33.58%
B=37.34%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1551791990.220.1000.22207.2728.2169.41
Hex9BB3C716A016cf1c45
Octal233263307261202631734105
Binary10011011101100111100011110110101001011011001111111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BB3C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,179,199); }

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

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

 a { background-color: rgb(155,179,199); }

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

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

 span { border-color: rgb(155,179,199); }

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